Skip to content

Commit 5b668b5

Browse files
Compile express application first, than Angular 2
#73 (comment)
1 parent a65fc62 commit 5b668b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "server/app.js",
66
"license": "MIT",
77
"scripts": {
8-
"start": "concurrently --kill-others \"ng serve --aot=true --progress=false --proxy-config proxy.conf.json\" \"npm run _server:run\"",
8+
"start": "concurrently --kill-others \"npm run _server:run\" \"ng serve --aot=true --progress=false --proxy-config proxy.conf.json\"",
99
"lint:client": "ng lint",
1010
"lint:server": "tslint './server/**/*.ts' -c ./server/tslint.json --fix",
1111
"test:client": "ng test",

0 commit comments

Comments
 (0)