File tree Expand file tree Collapse file tree 3 files changed +73
-3483
lines changed
Expand file tree Collapse file tree 3 files changed +73
-3483
lines changed Original file line number Diff line number Diff line change 4040
4141 # Release Please has already incremented versions and published tags, so we just
4242 # need to publish all unpublished versions to NPM here
43- # See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package
4443 - name : Publish to NPM
4544 if : ${{ steps.release.outputs.releases_created }}
46- run : npx lerna publish from-package --no-push --no-private --no-verify-access --yes
45+ run : pnpm -r --filter=!private publish --access public --no-git-checks
Original file line number Diff line number Diff line change 3131 "globals" : " ^15.14.0" ,
3232 "got" : " ^14.2.1" ,
3333 "husky" : " ^9.1.7" ,
34- "lerna" : " ^8.1.9" ,
3534 "prettier" : " ^3.4.2" ,
3635 "pretty-quick" : " ^4.0.0" ,
3736 "typescript" : " 5.7.3" ,
You can’t perform that action at this time.
0 commit comments