diff --git a/package.json b/package.json index 33f45b0b..f15ef159 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "scripts": { "start": "npm run build && npm run watch", "build": "npm run build-sass && npm run build-ts && npm run tslint && npm run copy-static-assets", - "serve": "node dist/server.js", - "watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"nodemon dist/server.js\"", + "serve": "nodemon dist/server.js", + "watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run serve\"", "test": "jest --forceExit", "build-ts": "tsc", "watch-ts": "tsc -w",