We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe15f0 commit 4e4c53dCopy full SHA for 4e4c53d
1 file changed
package.json
@@ -21,8 +21,7 @@
21
"build": "unbuild",
22
"lint": "eslint --cache src tests && prettier src tests --check",
23
"lint:fix": "eslint --cache src tests --fix && prettier src tests --write",
24
- "test:types": "tsc --noEmit --skipLibCheck",
25
- "test": "vitest",
+ "test": "vitest run",
26
"prepare": "husky install",
27
"release": "release-it",
28
"prepack": "pnpm build"
0 commit comments