Skip to content

Commit

Permalink
Merge pull request #807 from garden-io/bootstrap-before-build
Browse files Browse the repository at this point in the history
chore: run lerna bootstrap when building project
  • Loading branch information
eysi09 committed May 31, 2019
2 parents 6563205 + 54564c1 commit dd87372
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 @@ -46,7 +46,7 @@
"typescript-formatter": "^7.2.2"
},
"scripts": {
"build": "npm run clean && lerna run build",
"build": "npm run clean && lerna bootstrap && lerna run build",
"bootstrap": "lerna bootstrap",
"check-docs": "./bin/check-docs",
"check-licenses": "gulp check-licenses",
Expand Down

0 comments on commit dd87372

Please sign in to comment.