mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-26 00:39:48 -04:00
use different image to run tests
This commit is contained in:
parent
7d5667cdff
commit
896bdc1b13
@ -4,12 +4,14 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build --prod && npx cap copy",
|
"build": "ng build --prod",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"test-headless-watch": "ng test --watch=true --browsers=ChromeHeadless",
|
"test-headless-watch": "ng test --watch=true --browsers=ChromeHeadless",
|
||||||
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
|
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
|
||||||
"lint": "ng lint",
|
"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,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user