Skip to content

Commit f83224a

Browse files
committed
lerna bootstrap isn't very reliable, and we don't really need it anyway.
1 parent f3984c7 commit f83224a

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
@@ -10,7 +10,7 @@
1010
"packages/*"
1111
],
1212
"scripts": {
13-
"bootstrap": "lerna bootstrap",
13+
"bootstrap": "yarn workspaces run install",
1414
"clean": "lerna clean",
1515
"lint": "eslint packages/*/src/*.js",
1616
"test": "jest packages/*/src/*.spec.js",

0 commit comments

Comments
 (0)