chore(cli): update script command for coverage
This commit is contained in:
parent
cc6dfda559
commit
41d8ff83a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"scripts": {
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"coverage": "vitest run --coverage"
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue