From b6d89ed93a6ba3255d7117f301e43cd6603083de Mon Sep 17 00:00:00 2001 From: Jonathan Ginsburg Date: Mon, 28 Mar 2022 18:58:46 -0600 Subject: [PATCH] build: make the shell verbose and fail quick for integration tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ecb166..18b1a90 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npm run test:unit && npm run test:e2e && npm run test:integration", "test:unit": "jasmine", "test:e2e": "karma start karma.conf.js", - "test:integration": "bash tools/integration-tests.sh", + "test:integration": "bash -xve tools/integration-tests.sh", "release": "semantic-release" }, "repository": {