as we're not using package-lock files, tell Lerna not to use 'npm ci'

This commit is contained in:
Joe Pea 2021-05-04 02:23:52 -07:00
parent dcd480e148
commit 1bbc84642f

View File

@ -21,7 +21,7 @@
"themes"
],
"scripts": {
"bootstrap": "npm i && lerna bootstrap",
"bootstrap": "npm i && lerna bootstrap --no-ci",
"serve": "npm run _node -- server",
"serve:ssr": "cross-env SSR=1 npm run _node -- server",
"dev": "run-p serve watch:*",