We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236d4b6 commit 582f333Copy full SHA for 582f333
package.json
@@ -5,7 +5,7 @@
5
"main": "server/app.js",
6
"license": "MIT",
7
"scripts": {
8
- "start": "concurrently --kill-others \"ng serve --aot=true --progress=false --proxy-config proxy.conf.json\" \"npm run _server:run\"",
+ "start": "concurrently --kill-others \"npm run _server:run\" \"ng serve --aot=true --progress=false --proxy-config proxy.conf.json\"",
9
"lint:client": "ng lint",
10
"lint:server": "tslint './server/**/*.ts' -c ./server/tslint.json --fix",
11
"test:client": "ng test",
0 commit comments