Skip to content

Commit 2c8a765

Browse files
committed
chore: remove tsx
1 parent 350f6ae commit 2c8a765

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"prepublishOnly": "pnpm build",
4040
"release": "bumpp --commit --push --tag && pnpm publish",
4141
"dev:playground": "pnpm vite -c playground/vite.config.ts",
42-
"quick:test": "tsx bin/test.ts",
43-
"test": "tsx bin/test.ts",
42+
"quick:test": "node bin/test.ts",
43+
"test": "node bin/test.ts",
4444
"typecheck": "tsc --noEmit",
4545
"checks": "pnpm lint:check && pnpm format:check && pnpm typecheck"
4646
},
@@ -63,7 +63,6 @@
6363
"oxfmt": "^0.40.0",
6464
"oxlint": "^1.55.0",
6565
"tsdown": "^0.21.3",
66-
"tsx": "^4.21.0",
6766
"typescript": "^5.9.3",
6867
"valibot": "^1.2.0",
6968
"vite": "^8.0.0",

0 commit comments

Comments
 (0)