Skip to content

Commit

Permalink
fix: changed setup build script to exec npm install for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
richmccartney committed Jan 28, 2020
1 parent ce29c35 commit bd51e5b
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lerna": "^3.20.2"
},
"scripts": {
"setup": "lerna bootstrap --no-ci",
"setup": "lerna exec npm install",
"bootsrap": "lerna boostrap",
"clean": "lerna clean"
},
"workspaces": [
Expand Down
22 changes: 22 additions & 0 deletions packages/components/package-lock.json

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

35 changes: 35 additions & 0 deletions packages/docs/package-lock.json

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

5 changes: 5 additions & 0 deletions packages/fonts/package-lock.json

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

13 changes: 13 additions & 0 deletions packages/icons/package-lock.json

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

5 changes: 5 additions & 0 deletions packages/styles/package-lock.json

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

0 comments on commit bd51e5b

Please sign in to comment.