Skip to content

Commit b5584c9

Browse files
committed
Make build run-p
1 parent 7cabf51 commit b5584c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"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}",
3535
"private::test.integration-dash-import": "cd tests/integration/dash && python dash_import_test.py",
3636
"cibuild": "run-s private::cibuild.*",
37-
"build": "run-s private::build.*",
37+
"build": "run-p private::build.*",
3838
"build.sequential": "npm run private::build.jupyterlab && npm run private::build.renderer && npm run private::build.components -- --concurrency 1",
3939
"format": "run-s private::format.*",
4040
"initialize": "run-s private::initialize.*",

0 commit comments

Comments
 (0)