Skip to content

Commit db353a9

Browse files
chore(package): tidy scripts
1 parent 8f69220 commit db353a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"lint:fix": "npm run lint -- --fix",
1313
"lint:tsc": "tsc --noEmit",
1414
"prepare": "husky",
15-
"test": "vitest",
16-
"test:ci": "CI=true vitest --run --coverage",
17-
"test:watch": "vitest --watch"
15+
"test": "vitest run",
16+
"test:ci": "CI=true npm test -- --color --coverage",
17+
"test:watch": "vitest"
1818
},
1919
"dependencies": {
2020
"@actions/core": "3.0.0",

0 commit comments

Comments
 (0)