Use test:coverage in GitHub Actions

This commit is contained in:
shamoon
2026-02-02 22:55:33 -08:00
parent fe5da3cf30
commit 0847838b51
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run --coverage",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"telemetry": "next telemetry disable"
},