launch ng serve for npm start

This commit is contained in:
Nicolas Constant 2019-02-10 17:29:38 -05:00
parent 759b7c3ee9
commit db68131693
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 3 additions and 4 deletions

View File

@ -5,15 +5,14 @@
"main": "main.js",
"scripts": {
"ng": "ng",
"start": "ng build && electron .",
"serve": "ng serve",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"test-nowatch": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"electron": "ng build && electron .",
"electron-prod": "ng build --prod && electron ."
"electron": "ng build --prod && electron .",
"electron-debug": "ng build && electron ."
},
"private": true,
"dependencies": {