From a8b622da8f072c515e0360f00229ac774be77f36 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Thu, 3 Jun 2021 17:24:42 -0400 Subject: [PATCH] compatibility with new renderer structure --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |