Skip to content

Commit b1618c4

Browse files
committed
workflow: tweak bootstrap script
1 parent 01c261c commit b1618c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"description": "Minimalistic doc generator with Vue component based layout system",
1010
"scripts": {
11-
"bootstrap": "lerna bootstrap && yarn tsc",
11+
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
1212
"boot": "node scripts/bootstrap.js",
1313
"remote-version": "node scripts/remote-version.js",
1414
"dev": "yarn tsc && yarn workspace docs dev",

0 commit comments

Comments
 (0)