mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Concurrently replaced with npm-run-all
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
"start": "npm run server",
|
||||
"start:dev": "npm run clean:prod && npm run build && npm run server:dev",
|
||||
"watch": "webpack -w & npm run style:watch",
|
||||
"watch:dev:server": "concurrently \"npm run server:dev:watch\" \"npm run watch\"",
|
||||
"watch:dev:server": "npm-run-all -p server:dev:watch watch",
|
||||
"watch:dev": "npm run clean:prod && npm run build && npm run watch:dev:server",
|
||||
"watch:prod:server": "concurrently \"npm run server\" \"npm run watch\"",
|
||||
"watch:prod:server": "npm-run-all -p server watch",
|
||||
"watch:prod": "npm run build:prod:ngc:json && npm run watch:prod:server",
|
||||
"predebug": "npm run build",
|
||||
"debug": "node --debug-brk dist/server/index.js",
|
||||
@@ -130,7 +130,6 @@
|
||||
"autoprefixer": "6.5.4",
|
||||
"awesome-typescript-loader": "2.2.4",
|
||||
"codelyzer": "2.0.0-beta.3",
|
||||
"concurrently": "3.1.0",
|
||||
"cookie-parser": "1.4.3",
|
||||
"copy-webpack-plugin": "4.0.1",
|
||||
"css-loader": "^0.26.0",
|
||||
@@ -154,7 +153,7 @@
|
||||
"karma-webpack": "1.8.0",
|
||||
"node-sass": "4.0.0",
|
||||
"nodemon": "1.11.0",
|
||||
"npm-run-all": "^4.0.1",
|
||||
"npm-run-all": "4.0.2",
|
||||
"postcss-cli": "^2.6.0",
|
||||
"protractor": "~4.0.14",
|
||||
"protractor-istanbul-plugin": "~2.0.0",
|
||||
|
Reference in New Issue
Block a user