From bcca78595996a31bdee120d7c244f9df362ad7d2 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 10 Dec 2024 12:26:54 +0100 Subject: [PATCH] fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40433a0..bc58b8d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "start": "NODE_ENV=production node ./build/server/index.js", "test": "vitest run --browser.headless", "test:ui": "vitest", - "test:cov": "vitest run --coverage --browser.headless", + "test:cov": "vitest run --coverage ", "typecheck": "tsc", "validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused", "check": "biome check .", @@ -86,4 +86,4 @@ "node": ">=22.11.0", "pnpm": ">=9.14.2" } -} +} \ No newline at end of file