fix CI config

This commit is contained in:
Thomas Bloor 2019-09-09 20:55:21 +01:00
parent 87160f5387
commit bad4f7f83c
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
3 changed files with 5 additions and 6 deletions

View file

@ -14,7 +14,7 @@
"build:dev": "ng build --configuration=dev",
"build:prod": "ng build --configuration=prod",
"test": "ng test",
"test:ci": "ng test --watch=false",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless --configuration=ci",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "ng e2e --configuration=ci",