added no watching tests in npm def
This commit is contained in:
parent
8462dce395
commit
f537832b68
|
@ -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 .",
|
||||
|
|
Loading…
Reference in New Issue