Skip to content

Commit

Permalink
Adjust after lerna update.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Jun 11, 2024
1 parent e2481d6 commit 309a212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"packages/*"
],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap && lerna run build && lerna run gyp:configure && lerna run gyp:build",
"bootstrap": "lerna run build && lerna run gyp:configure && lerna run gyp:build",
"clean": "lerna run clean",
"publish": "lerna publish",
"test": "lerna run test"
Expand Down

0 comments on commit 309a212

Please sign in to comment.