Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run build on different lerna version lifecycle segment
  • Loading branch information
ryanio committed Apr 15, 2020
commit 1f41523a8cbc7e02d2c90701b99fe724f06199f3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"scripts": {
"preversion": "npm run build-all",
"version": "npm run build-all",
"postinstall": "lerna bootstrap",
"build": "lerna bootstrap && gulp",
"build-all": "lerna bootstrap && gulp all",
Expand Down