-
-
Notifications
You must be signed in to change notification settings - Fork 34
Switching to pnpm
#2428
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
base: master
Are you sure you want to change the base?
Switching to pnpm
#2428
Conversation
This reverts commit 117b1fa.
✅ no regression in the release |
This reverts commit d9eb03d.
I'm not fully satisfied with the current state of |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This reverts commit 9a089c1.
|
- run: yarn workspace express-zod-api version --minor | ||
pnpm install | ||
pnpm install_hooks | ||
- run: npx bumpp minor -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- run: npx bumpp minor -y | |
- run: pnpm dlx bumpp minor -y |
- run: yarn workspace express-zod-api version --patch | ||
pnpm install | ||
pnpm install_hooks | ||
- run: npx bumpp patch -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- run: npx bumpp patch -y | |
- run: pnpm dlx bumpp patch -y |
- run: yarn workspace express-zod-api version --pre${{ inputs.kind }} --preid beta | ||
pnpm install | ||
pnpm install_hooks | ||
- run: npx bumpp pre${{ inputs.kind }} --preid beta -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- run: npx bumpp pre${{ inputs.kind }} --preid beta -y | |
- run: pnpm dlx bumpp pre${{ inputs.kind }} --preid beta -y |
Reiterating #2067
Based on the findings of #2427
And using the advantage of having workspaces introduced in #2374
attw
issue in workspacepnpm pack
does not work in workspacepnpm pack --filter
pnpm/pnpm#4351working-directory
in CIpnpm version
does not work in workspace, but there is a workaround Implement npm-version with pnpm workspace support pnpm/pnpm#8064npm
bug: [BUG] npm-version does not git-commit nor git-tag when package in subdirectory npm/cli#2010yarn@v4
that I tried recently