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

Commit

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

0 comments on commit 9873d64

Please sign in to comment.