Skip to content

Commit

Permalink
Switch “npm ci” instead of “npm i” for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Mar 4, 2022
1 parent 7ba8513 commit d52b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"themes"
],
"scripts": {
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
"bootstrap": "npm ci && lerna bootstrap && npm run build:ssr",
"build:cover": "node build/cover.js",
"build:css:min": "mkdirp lib/themes && npm run css -- -o lib/themes && node build/mincss.js",
"build:css": "mkdirp themes && npm run css -- -o themes",
Expand Down

0 comments on commit d52b476

Please sign in to comment.