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 7cabf51 commit b5584c9Copy full SHA for b5584c9
package.json
@@ -34,7 +34,7 @@
34
"private::test.integration-dash": "TESTFILES=$(circleci tests glob \"tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml ${TESTFILES}",
35
"private::test.integration-dash-import": "cd tests/integration/dash && python dash_import_test.py",
36
"cibuild": "run-s private::cibuild.*",
37
- "build": "run-s private::build.*",
+ "build": "run-p private::build.*",
38
"build.sequential": "npm run private::build.jupyterlab && npm run private::build.renderer && npm run private::build.components -- --concurrency 1",
39
"format": "run-s private::format.*",
40
"initialize": "run-s private::initialize.*",
0 commit comments