Update package.json

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-03-27 22:03:28 -05:00
parent 713405695a
commit 02bfb24a6a
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -9,10 +9,10 @@
"build": "vite build",
"build:beta": "vite build --mode beta",
"preview": "vite preview",
"test": "vitest run --project main",
"test:cov": "vitest run --project main --coverage --no-isolate",
"test:watch": "vitest watch --project main --coverage --no-isolate",
"test:silent": "vitest run --project main --silent --no-isolate",
"test": "vitest run",
"test:cov": "vitest run --coverage --no-isolate",
"test:watch": "vitest watch --coverage --no-isolate",
"test:silent": "vitest run --silent --no-isolate",
"typecheck": "tsc --noEmit",
"eslint": "eslint --fix .",
"eslint-ci": "eslint .",