Skip to content

Commit

Permalink
npm ci for renderer (plotly#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Andre-Rivet committed May 4, 2020
1 parent 7e357e2 commit 0c14cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dash-html-components/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
. venv/bin/activate
pip install -e ./dash-main[testing,dev] --quiet
cd dash-core-components && npm ci && npm run build && pip install -e . && cd ..
cd dash-main/dash-renderer && npm run build && pip install -e . && cd ../..
cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ../..
cd dash-table && npm ci && npm run build && pip install -e . && cd ..
- run:
Expand Down

0 comments on commit 0c14cd0

Please sign in to comment.