File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments