We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d211c commit 409588aCopy full SHA for 409588a
3 files changed
.github/workflows/release-please.yaml
@@ -40,7 +40,6 @@ jobs:
40
41
# Release Please has already incremented versions and published tags, so we just
42
# need to publish all unpublished versions to NPM here
43
- # See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package
44
- name: Publish to NPM
45
- if: ${{ steps.release.outputs.releases_created }}
46
- run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes
+ if: ${{ steps.release.outputs.release_created }}
+ run: pnpm -r --filter=!private publish --access public --no-git-checks
package.json
@@ -31,7 +31,6 @@
31
"globals": "^15.14.0",
32
"got": "^14.2.1",
33
"husky": "^9.1.7",
34
- "lerna": "^8.1.9",
35
"prettier": "^3.4.2",
36
"pretty-quick": "^4.0.0",
37
"typescript": "5.7.3",
0 commit comments