We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f69220 commit db353a9Copy full SHA for db353a9
1 file changed
package.json
@@ -12,9 +12,9 @@
12
"lint:fix": "npm run lint -- --fix",
13
"lint:tsc": "tsc --noEmit",
14
"prepare": "husky",
15
- "test": "vitest",
16
- "test:ci": "CI=true vitest --run --coverage",
17
- "test:watch": "vitest --watch"
+ "test": "vitest run",
+ "test:ci": "CI=true npm test -- --color --coverage",
+ "test:watch": "vitest"
18
},
19
"dependencies": {
20
"@actions/core": "3.0.0",
0 commit comments