File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ commands:
47
47
pip install --upgrade pip wheel
48
48
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
49
49
cd js
50
- npm install
50
+ npm ci
51
51
npm run build
52
52
- run :
53
53
name : Install plotly-geo
@@ -416,7 +416,7 @@ jobs:
416
416
eval "$(conda shell.bash hook)"
417
417
conda activate env
418
418
cd packages/python/plotly/js
419
- npm install
419
+ npm ci
420
420
npm run build
421
421
git status
422
422
@@ -441,12 +441,12 @@ jobs:
441
441
git status
442
442
443
443
- run :
444
- name : NPM Pack
444
+ name : Build Widget javascript bundle
445
445
command : |
446
446
eval "$(conda shell.bash hook)"
447
447
conda activate env
448
448
cd packages/python/plotly/js
449
- npm install
449
+ npm ci
450
450
npm run build
451
451
452
452
- run :
@@ -497,7 +497,7 @@ jobs:
497
497
cd ../packages/python/plotly
498
498
pip install -e .
499
499
cd js
500
- npm install
500
+ npm ci
501
501
npm run build
502
502
cd ../../../../doc
503
503
fi
You can’t perform that action at this time.
0 commit comments