mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-25 15:23:21 +00:00
as we're not using package-lock files, tell Lerna not to use 'npm ci'
This commit is contained in:
parent
dcd480e148
commit
1bbc84642f
@ -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:*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user