mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Refactor debug to dev on start and watch script
This commit is contained in:
@@ -30,13 +30,13 @@
|
|||||||
"ngc": "ngc -p tsconfig.aot.json",
|
"ngc": "ngc -p tsconfig.aot.json",
|
||||||
"prestart": "npm run sass && npm run build:prod:ngc:json",
|
"prestart": "npm run sass && npm run build:prod:ngc:json",
|
||||||
"server": "node dist/server/index.js",
|
"server": "node dist/server/index.js",
|
||||||
"server:debug": "nodemon --debug dist/server/index.js",
|
"server:dev": "nodemon --debug dist/server/index.js",
|
||||||
"start": "npm run server",
|
"start": "npm run server",
|
||||||
"start:dev": "npm run clean:prod && npm run build && npm run server",
|
"start:dev": "npm run clean:prod && npm run build && npm run server",
|
||||||
"watch": "webpack -w & npm run sass:watch",
|
"watch": "webpack -w & npm run sass:watch",
|
||||||
"watch:dev:server": "concurrently \"npm run server:debug\" \"npm run watch\"",
|
"watch:dev:server": "concurrently \"npm run server:dev\" \"npm run watch\"",
|
||||||
"watch:dev": "npm run clean:prod && npm run build && npm run watch:dev:server",
|
"watch:dev": "npm run clean:prod && npm run build && npm run watch:dev:server",
|
||||||
"watch:prod:server": "concurrently \"npm run server:debug\" \"npm run watch\"",
|
"watch:prod:server": "concurrently \"npm run server\" \"npm run watch\"",
|
||||||
"watch:prod": "npm run build:prod:ngc:json && npm run watch:prod:server",
|
"watch:prod": "npm run build:prod:ngc:json && npm run watch:prod:server",
|
||||||
"predebug": "npm run build",
|
"predebug": "npm run build",
|
||||||
"debug": "node --debug-brk dist/server/index.js",
|
"debug": "node --debug-brk dist/server/index.js",
|
||||||
|
Reference in New Issue
Block a user