Skip to content

Commit 58fd564

Browse files
Update package.json
1 parent 1a22150 commit 58fd564

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"scripts": {
1515
"ng": "ng",
16-
"start": "concurrently \"ng serve --port=8964\" \"nw .\"",
16+
"start": "concurrently \"npm run start:web\" \"nw .\"",
17+
"start:web": "ng serve --port=8964",
1718
"build": "npm run build:clean && npm run build:ng && npm run build:nw",
1819
"build:clean": "rimraf ./dist-ng ./dist",
1920
"build:ng": "ng build --prod --output-path ./dist-ng",

0 commit comments

Comments
 (0)