Skip to content

Commit f9a0bf1

Browse files
fix windows src path
1 parent fa53a68 commit f9a0bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ jobs:
163163
name: npm prereqs
164164
command: |
165165
npm ci
166-
cd dash/dash-renderer && npm i && cd ../../
166+
cd src/dash/dash-renderer && npm i && cd ../../../
167167
cd components/dash-html-components && npm i && npm run extract && cd ../../
168168
- run:
169169
name: ️️🏗️ build dash
170170
command: |
171171
. venv/Scripts/activate
172-
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
172+
npm run private::build.jupyterlab && npm run private::build.renderer && python src/dash/development/update_components.py 'dash-html-components'
173173
no_output_timeout: 30m
174174

175175
test-312: &test

0 commit comments

Comments
 (0)