Skip to content

Commit 249ca7e

Browse files
fix windows src path
1 parent 27703c2 commit 249ca7e

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
@@ -159,13 +159,13 @@ jobs:
159159
name: npm prereqs
160160
command: |
161161
npm ci
162-
cd dash/dash-renderer && npm i && cd ../../
162+
cd src/dash/dash-renderer && npm i && cd ../../../
163163
cd components/dash-html-components && npm i && npm run extract && cd ../../
164164
- run:
165165
name: ️️🏗️ build dash
166166
command: |
167167
. venv/Scripts/activate
168-
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
168+
npm run private::build.jupyterlab && npm run private::build.renderer && python src/dash/development/update_components.py 'dash-html-components'
169169
no_output_timeout: 30m
170170

171171
test-312: &test

0 commit comments

Comments
 (0)