We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fd564 commit 1a62a1eCopy full SHA for 1a62a1e
1 file changed
package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"ng": "ng",
16
- "start": "concurrently \"npm run start:web\" \"nw .\"",
+ "start": "concurrently \"npm run start:web\" \"wait-on http://localhost:8964 && nw .\"",
17
"start:web": "ng serve --port=8964",
18
"build": "npm run build:clean && npm run build:ng && npm run build:nw",
19
"build:clean": "rimraf ./dist-ng ./dist",
@@ -61,6 +61,7 @@
61
"tslib": "^1.9.0",
62
"tslint": "~5.19.0",
63
"typescript": "3.5.x",
64
+ "wait-on": "^3.3.0",
65
"zone.js": "~0.10.2"
66
67
"build": {
0 commit comments