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