ci(angular): disable tests
Tests are nice to have for an examples and the current tests do not do much.
This commit is contained in:
parent
4090a39fe2
commit
2d45a1ba55
|
@ -7,7 +7,7 @@
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "is-ci-cli test:ci test:local",
|
"test": "exit 0",
|
||||||
"test:local": "ng test",
|
"test:local": "ng test",
|
||||||
"test:ci": "ng test --watch=false --browsers=ChromeHeadless"
|
"test:ci": "ng test --watch=false --browsers=ChromeHeadless"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue