From 2150acae94c3c91b60f44ec1c2dd9af4566920a1 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Tue, 18 Aug 2020 19:27:05 -0400 Subject: [PATCH] blah --- src/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index 176f0846..aa255954 100644 --- a/src/package.json +++ b/src/package.json @@ -6,12 +6,12 @@ "start": "ng serve", "build": "ng build --prod", "test": "ng test", - "test-headless-watch": "ng test --watch=true --browsers=ChromeHeadless", - "test-headless": "ng test --watch=false --browsers=ChromeHeadless", + "test-headless-watch": "ng test --watch=true --browsers=ChromeHeadlessNoSandbox ", + "test-headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox ", "lint": "ng lint", "e2e": "ng e2e", "copy": "npx cap copy", - "all": "ng lint & ng test --watch=false --browsers=ChromeHeadless & ng build --prod & npx cap copy" + "all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap copy" }, "private": true, "dependencies": {