We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaa2ab commit edadb11Copy full SHA for edadb11
package.json
@@ -36,7 +36,7 @@
36
"lint:prettier": "prettier --write --loglevel warn",
37
"prepublishOnly": "pnpm lint && pnpm test",
38
"release": "np",
39
- "test": "pnpm test:types && pnpm test:unit && pnpm test:e2e",
+ "test": "vitest run",
40
"test:unit": "vitest run",
41
"test:e2e": "playwright test",
42
"test:types": "tsc --noEmit",
0 commit comments