Fix "test" script
This commit is contained in:
parent
23ca1ee444
commit
03a3f1a4d7
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build --delete-output-path",
|
"build": "ng build --delete-output-path",
|
||||||
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
||||||
"test": "ng test --single-run",
|
"test": "ng test",
|
||||||
"test-continuous": "ng test",
|
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"postinstall": "npm rebuild node-sass"
|
"postinstall": "npm rebuild node-sass"
|
||||||
|
|
Loading…
Reference in a new issue