diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f05160c..5267779d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,8 +46,8 @@ jobs: git clone --depth 1 git@github.com: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: