chore(cli): update script command for coverage

This commit is contained in:
Ayo Ayco 2024-12-07 20:35:11 +01:00
parent cc6dfda559
commit 41d8ff83a5

View file

@ -10,7 +10,7 @@
"scripts": { "scripts": {
"test": "vitest", "test": "vitest",
"test:ui": "vitest --ui", "test:ui": "vitest --ui",
"coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"repository": { "repository": {
"type": "git", "type": "git",