Skip to content

Commit

Permalink
workflow: tweak bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Mar 3, 2019
1 parent 01c261c commit b1618c4
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 @@ -8,7 +8,7 @@
],
"description": "Minimalistic doc generator with Vue component based layout system",
"scripts": {
"bootstrap": "lerna bootstrap && yarn tsc",
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
"boot": "node scripts/bootstrap.js",
"remote-version": "node scripts/remote-version.js",
"dev": "yarn tsc && yarn workspace docs dev",
Expand Down

0 comments on commit b1618c4

Please sign in to comment.