use different image to run tests

This commit is contained in:
Jason Wall 2020-08-18 09:27:54 -04:00
parent 7d5667cdff
commit 896bdc1b13

View File

@ -4,12 +4,14 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod && npx cap copy",
"build": "ng build --prod",
"test": "ng test",
"test-headless-watch": "ng test --watch=true --browsers=ChromeHeadless",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"copy": "npx cap copy",
"all": "ng lint && ng test --watch=false --browsers=ChromeHeadless && ng build --prod && && npx cap copy"
},
"private": true,
"dependencies": {