From 896bdc1b13d56f0cdcf8188d2ada1d4a119d2a62 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Tue, 18 Aug 2020 09:27:54 -0400 Subject: [PATCH] use different image to run tests --- src/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 1b04dadd..6c914d93 100644 --- a/src/package.json +++ b/src/package.json @@ -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": {