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 fa53a68 commit f9a0bf1Copy full SHA for f9a0bf1
.circleci/config.yml
@@ -163,13 +163,13 @@ jobs:
163
name: npm prereqs
164
command: |
165
npm ci
166
- cd dash/dash-renderer && npm i && cd ../../
+ cd src/dash/dash-renderer && npm i && cd ../../../
167
cd components/dash-html-components && npm i && npm run extract && cd ../../
168
- run:
169
name: ️️🏗️ build dash
170
171
. venv/Scripts/activate
172
- 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 && python src/dash/development/update_components.py 'dash-html-components'
173
no_output_timeout: 30m
174
175
test-312: &test
0 commit comments