Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
chore: Fix bootstrap command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Fellner committed Feb 2, 2017
1 parent 9873d64 commit b750077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"postinstall": "npm run bootstrap && npm run dist",
"test": "lerna run test",
"dist": "lerna run dist",
"bootstrap": "lerna run --ignore *example* -- install && lerna bootstrap --ignore *example*",
"bootstrap": "lerna exec --ignore *example* -- npm install && lerna bootstrap --ignore *example*",
"semantic-release": "lerna-semantic-release pre && lerna-semantic-release post && lerna-semantic-release perform"
},
"devDependencies": {
Expand Down

0 comments on commit b750077

Please sign in to comment.