Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

update ci for new renderer build #193

Merged
merged 1 commit into from
Jun 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
git clone --depth 1 [email protected]:plotly/dash-table.git
. venv/bin/activate
pip install -e ./dash-main[testing,dev] --quiet
renderer build
cd dash-core-components && npm ci && 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