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 27703c2 commit 249ca7eCopy full SHA for 249ca7e
.circleci/config.yml
@@ -159,13 +159,13 @@ jobs:
159
name: npm prereqs
160
command: |
161
npm ci
162
- cd dash/dash-renderer && npm i && cd ../../
+ cd src/dash/dash-renderer && npm i && cd ../../../
163
cd components/dash-html-components && npm i && npm run extract && cd ../../
164
- run:
165
name: ️️🏗️ build dash
166
167
. venv/Scripts/activate
168
- 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'
169
no_output_timeout: 30m
170
171
test-312: &test
0 commit comments