We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66a076 commit dec82f8Copy full SHA for dec82f8
.circleci/config.yml
@@ -172,7 +172,8 @@ jobs:
172
command: |
173
nvm use 18
174
. venv/Scripts/activate
175
- npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
+ npm run private::build.jupyterlab && npm run private::build.renderer
176
+ cd components/dash-html-components && npm run build
177
no_output_timeout: 30m
178
179
test-312: &test
0 commit comments