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 856aa36 commit 39c479bCopy full SHA for 39c479b
.circleci/config.yml
@@ -150,13 +150,6 @@ jobs:
150
PERCY_ENABLE: 0
151
steps:
152
- checkout
153
- - run:
154
- name: disable antivirus
155
- shell: 'powershell.exe -ExecutionPolicy Bypass'
156
- privileged: true
157
- command: |
158
- Start-Process -Verb RunAs cmd.exe -Args '/c', "sc stop WinDefend && sc query WinDefend"
159
- - run: sc query WinDefend
160
- run:
161
name: pip
162
command: |
@@ -175,7 +168,7 @@ jobs:
175
168
name: ️️🏗️ build dash
176
169
177
170
. venv/Scripts/activate
178
- npm run build.sequential
171
+ npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
179
172
no_output_timeout: 30m
180
173
181
174
test-312: &test
0 commit comments