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
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"serve": "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 .",