Skip to content

Commit d52b476

Browse files
committed
Switch “npm ci” instead of “npm i” for stability
1 parent 7ba8513 commit d52b476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"themes"
2121
],
2222
"scripts": {
23-
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
23+
"bootstrap": "npm ci && lerna bootstrap && npm run build:ssr",
2424
"build:cover": "node build/cover.js",
2525
"build:css:min": "mkdirp lib/themes && npm run css -- -o lib/themes && node build/mincss.js",
2626
"build:css": "mkdirp themes && npm run css -- -o themes",

0 commit comments

Comments
 (0)