Skip to content

Commit dec82f8

Browse files
committed
run windows html build separate
1 parent a66a076 commit dec82f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ jobs:
172172
command: |
173173
nvm use 18
174174
. venv/Scripts/activate
175-
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
175+
npm run private::build.jupyterlab && npm run private::build.renderer
176+
cd components/dash-html-components && npm run build
176177
no_output_timeout: 30m
177178

178179
test-312: &test

0 commit comments

Comments
 (0)