Skip to content

Commit

Permalink
chore!: remove lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Apr 3, 2024
1 parent a5a331d commit 519c0ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
run: |
npm ci
npx lerna bootstrap
npm run build:all
# Release Please has already incremented versions and published tags, so we just
# need to publish all unpublished versions to NPM here
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"packages": ["cli", "plugins/*"],
"version": "0.0.0",
"useWorkspaces": true
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 519c0ae

Please sign in to comment.