Skip to content

Commit d441f9a

Browse files
committed
fix(deps): update test scripts to not watch by default
1 parent 947afef commit d441f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"dev": "tsdown --watch",
3737
"lint": "eslint .",
3838
"playground": "vite --config playground/vite.config.ts",
39-
"test": "vitest",
39+
"test": "vitest --watch false",
40+
"test:watch": "vitest",
4041
"typecheck": "tsc --noEmit",
4142
"release": "bumpp && pnpm publish",
4243
"prepublishOnly": "pnpm run build"

0 commit comments

Comments
 (0)