mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 06:58:10 -05:00
Try fixing unit tests in GA
This commit is contained in:
parent
ad3c6f7728
commit
c41ab3b50d
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user