Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nest plugin cli commands #405

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Nest plugin cli commands #405

merged 3 commits into from
Aug 23, 2023

Conversation

mikenikles
Copy link
Collaborator

Close #404

@changeset-bot
Copy link

changeset-bot bot commented Aug 22, 2023

🦋 Changeset detected

Latest commit: 920e765

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
webstone-plugin-request-logger Minor
create-webstone-app Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

fi
cd _dev-app
echo "⏳ Waiting for the CLI's binary to be built..."
while [ ! -f ../packages/cli/dist/bin.js ]; do sleep 1; done
pnpm add -D ../packages/cli
npm install -D ../packages/cli
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching this to npm rather than pnpm so it doesn't pollute the root-level pnpm-lock.yaml file.

Even if we exclude the _dev-app package in pnpm-workspace.yaml, running pnpm commands updates the root-level pnpm-lock.yaml.

@mikenikles mikenikles merged commit 28e2615 into main Aug 23, 2023
@mikenikles mikenikles deleted the nest-plugin-cli-commands branch August 23, 2023 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group plugin CLI commands in a plugins sub-command
1 participant