From 43935932d98e3d5686c02235b88e1beb7dd8fcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 7 Aug 2023 09:54:49 +0200 Subject: [PATCH] chore: simplify coverage report (#4429) This removes an unnecessary pre-step from the coverage report --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index abef5ed7b0..c0f6416cb7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "test:docker:cleanup": "docker rm -f unleash-postgres", "test:watch": "yarn test --watch", "test:coverage": "NODE_ENV=test PORT=4243 jest --coverage --testLocationInResults --outputFile=\"coverage/report.json\" --forceExit --testTimeout=10000", - "pretest:coverage:jest": "yarn build:frontend", "test:coverage:jest": "NODE_ENV=test PORT=4243 jest --silent --ci --json --coverage --testLocationInResults --outputFile=\"report.json\" --forceExit --testTimeout=10000", "seed:setup": "ts-node --compilerOptions '{\"strictNullChecks\": false}' src/test/e2e/seed/segment.seed.ts", "seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",