mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-17 21:12:09 +01:00
run build sequential
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"start": "npm-run-all -p webfonts watch-css build-vendor start-js",
|
||||
"build-js": "ui-bundler bundle target/scm-ui.bundle.js",
|
||||
"build-vendor": "ui-bundler vendor target/vendor.bundle.js",
|
||||
"build": "npm-run-all webfonts build-css build-vendor build-js",
|
||||
"build": "npm-run-all -s webfonts build-css build-vendor build-js",
|
||||
"test": "ui-bundler test",
|
||||
"test-ci": "ui-bundler test --ci",
|
||||
"flow": "flow",
|
||||
|
||||
Reference in New Issue
Block a user