Skip to content

Commit 7a3f563

Browse files
committed
chore: remove lerna
1 parent 95d211c commit 7a3f563

File tree

3 files changed

+73
-3483
lines changed

3 files changed

+73
-3483
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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",

0 commit comments

Comments
 (0)