Skip to content

Commit 3578bac

Browse files
committed
Call npm run build directly in circle ci config
1 parent 7664ac9 commit 3578bac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ commands:
4646
. venv/bin/activate
4747
pip install --upgrade pip wheel
4848
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
49-
python setup.py jsdeps
49+
cd js
50+
npm install
51+
npm run build
5052
- run:
5153
name: Install plotly-geo
5254
command: |

0 commit comments

Comments
 (0)