test) sync svelte-kit before vitest
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 2m0s

This commit is contained in:
2026-02-20 22:24:33 -05:00
parent 3455afe396
commit 02b3d3ca1f

View File

@@ -12,8 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "biome lint .",
"format": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest",
"test": "svelte-kit sync && vitest run",
"test:watch": "svelte-kit sync && vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {