We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947afef commit d441f9aCopy full SHA for d441f9a
package.json
@@ -36,7 +36,8 @@
36
"dev": "tsdown --watch",
37
"lint": "eslint .",
38
"playground": "vite --config playground/vite.config.ts",
39
- "test": "vitest",
+ "test": "vitest --watch false",
40
+ "test:watch": "vitest",
41
"typecheck": "tsc --noEmit",
42
"release": "bumpp && pnpm publish",
43
"prepublishOnly": "pnpm run build"
0 commit comments