From 3e3bf4831face6962635a6d88bf63f0e16c1cd21 Mon Sep 17 00:00:00 2001 From: Marc G Date: Thu, 15 Jul 2021 17:03:38 +0000 Subject: [PATCH] fix: build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6fc97..bf8d8ac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "eslint": "eslint '{src,apps,libs,test}/**/*.ts' --fix", "test:debug": "node --inspect=0.0.0.0:9229 node_modules/.bin/jest --config ./test/jest-e2e.json --runInBand", - "test": "node_modules/.bin/jest --config ./test/jest-e2e.json", + "test": "node_modules/.bin/jest --config ./test/jest-e2e.json --forceExit", "prepublishOnly": "npm run eslint && npm run test && npm run build", "build": "tsc -p tsconfig.build.json" },