chore: Update script name

This commit is contained in:
Sidharth Vinod
2025-03-17 22:16:30 -07:00
parent 324dd0b4b2
commit 4c0de566f0
+4 -4
View File
@@ -15,10 +15,10 @@
"pre-commit": "lint-staged",
"postinstall": "husky install && svelte-kit sync && (git config blame.ignoreRevsFile .git-blame-ignore-revs || true)",
"test:unit": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:browser": "playwright test",
"test": "pnpm test:unit && pnpm test:browser",
"test:unit:ui": "vitest --ui",
"test:unit:coverage": "vitest run --coverage",
"test": "pnpm test:unit && pnpm test:e2e",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug"
},