We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5258ff1 commit 72aff8dCopy full SHA for 72aff8d
package.json
@@ -22,7 +22,7 @@
22
"start": "node hooks/environments/set_profile.js && npm-run-all -p ng:serve electron:serve",
23
"build": "node hooks/environments/set_profile.js && ng build && npm run electron:tsc",
24
"build:prod": "node hooks/environments/set_profile.js && ng build --prod && npm run electron:tsc",
25
- "ng:serve": "ng serve",
+ "ng:serve": "ng serve -o",
26
"electron:tsc": "tsc main.ts",
27
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:tsc && electron . --serve",
28
"electron:local": "npm run build:prod && electron .",
0 commit comments