Skip to content

Commit 1bbc846

Browse files
committed
as we're not using package-lock files, tell Lerna not to use 'npm ci'
1 parent dcd480e commit 1bbc846

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
@@ -21,7 +21,7 @@
2121
"themes"
2222
],
2323
"scripts": {
24-
"bootstrap": "npm i && lerna bootstrap",
24+
"bootstrap": "npm i && lerna bootstrap --no-ci",
2525
"serve": "npm run _node -- server",
2626
"serve:ssr": "cross-env SSR=1 npm run _node -- server",
2727
"dev": "run-p serve watch:*",

0 commit comments

Comments
 (0)