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 350f6ae commit 2c8a765Copy full SHA for 2c8a765
1 file changed
package.json
@@ -39,8 +39,8 @@
39
"prepublishOnly": "pnpm build",
40
"release": "bumpp --commit --push --tag && pnpm publish",
41
"dev:playground": "pnpm vite -c playground/vite.config.ts",
42
- "quick:test": "tsx bin/test.ts",
43
- "test": "tsx bin/test.ts",
+ "quick:test": "node bin/test.ts",
+ "test": "node bin/test.ts",
44
"typecheck": "tsc --noEmit",
45
"checks": "pnpm lint:check && pnpm format:check && pnpm typecheck"
46
},
@@ -63,7 +63,6 @@
63
"oxfmt": "^0.40.0",
64
"oxlint": "^1.55.0",
65
"tsdown": "^0.21.3",
66
- "tsx": "^4.21.0",
67
"typescript": "^5.9.3",
68
"valibot": "^1.2.0",
69
"vite": "^8.0.0",
0 commit comments