Skip to content

Commit 409588a

Browse files
committed
chore: remove lerna
1 parent 95d211c commit 409588a

3 files changed

Lines changed: 74 additions & 3484 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 3 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
45-
if: ${{ steps.release.outputs.releases_created }}
46-
run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes
44+
if: ${{ steps.release.outputs.release_created }}
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)