Does the CI work with chrome headless?
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
999795371c
commit
f1164b6ee5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"test:ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless"
|
||||
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue