diff --git a/.circleci/config.yml b/.circleci/config.yml index c5a9695f3..94f42bcda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ jobs: pip install -r dev-requirements.txt --quiet git clone --depth 1 git@github.com:plotly/dash.git dash-main pip install -e ./dash-main[dev,testing] --quiet - cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ./../.. + renderer build - run: name: Build command: |