Skip to content

Commit 3a85b8a

Browse files
committed
Switch to npm ci instead of npm i
1 parent 946590f commit 3a85b8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ commands:
4747
pip install --upgrade pip wheel
4848
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
4949
cd js
50-
npm install
50+
npm ci
5151
npm run build
5252
- run:
5353
name: Install plotly-geo
@@ -416,7 +416,7 @@ jobs:
416416
eval "$(conda shell.bash hook)"
417417
conda activate env
418418
cd packages/python/plotly/js
419-
npm install
419+
npm ci
420420
npm run build
421421
git status
422422
@@ -441,12 +441,12 @@ jobs:
441441
git status
442442
443443
- run:
444-
name: NPM Pack
444+
name: Build Widget javascript bundle
445445
command: |
446446
eval "$(conda shell.bash hook)"
447447
conda activate env
448448
cd packages/python/plotly/js
449-
npm install
449+
npm ci
450450
npm run build
451451
452452
- run:
@@ -497,7 +497,7 @@ jobs:
497497
cd ../packages/python/plotly
498498
pip install -e .
499499
cd js
500-
npm install
500+
npm ci
501501
npm run build
502502
cd ../../../../doc
503503
fi

0 commit comments

Comments
 (0)