Skip to content

Commit

Permalink
Fix bootstrap command for fresh checkouts (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and KyleAMathews committed Oct 9, 2017
1 parent 104ad1e commit c97b25f
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 @@ -41,7 +41,7 @@
},
"private": true,
"scripts": {
"bootstrap": "yarn && npm run check-versions && lerna run prepublish",
"bootstrap": "yarn && npm run check-versions && lerna bootstrap",
"check-versions": "babel-node scripts/check-versions.js",
"format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts",
"format-cache-dir": "prettier-eslint --write \"packages/gatsby/cache-dir/*.js\"",
Expand Down

0 comments on commit c97b25f

Please sign in to comment.