Try fixing unit tests in GA

This commit is contained in:
Kalle 2024-10-12 16:26:46 +03:00
parent ad3c6f7728
commit c41ab3b50d

View File

@ -19,7 +19,7 @@
"biome:fix": "npx @biomejs/biome check --write .",
"biome:fix:unsafe": "npx @biomejs/biome check --write --unsafe .",
"typecheck": "tsc --noEmit",
"test:unit": "vitest run",
"test:unit": "cross-env VITE_SITE_DOMAIN=http://localhost:5173 vitest run",
"test:e2e": "npx playwright test",
"checks": "npm run biome:fix && npm run test:unit && npm run check-translation-jsons && npm run typecheck"
},