We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b668cc4 commit ab21d63Copy full SHA for ab21d63
packages/dash-html-components/.circleci/config.yml
@@ -46,8 +46,8 @@ jobs:
46
git clone --depth 1 [email protected]:plotly/dash-table.git
47
. venv/bin/activate
48
pip install -e ./dash-main[testing,dev] --quiet
49
+ renderer build
50
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 ../..
51
cd dash-table && npm ci && npm run build && pip install -e . && cd ..
52
53
- run:
0 commit comments