added no watching tests in npm def

This commit is contained in:
Nicolas Constant 2018-10-28 19:20:01 -04:00
parent 8462dce395
commit f537832b68
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -9,6 +9,7 @@
"serve": "ng serve", "serve": "ng serve",
"build": "ng build --prod", "build": "ng build --prod",
"test": "ng test", "test": "ng test",
"test-nowatch": "ng test --watch=false",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"electron": "ng build && electron .", "electron": "ng build && electron .",