Skip to content

Commit 57e4200

Browse files
committed
🔨 Run tsx directly
1 parent af0a78a commit 57e4200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎libs/create-qwikdev-astro/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "tsup-node --env.NODE_ENV production",
1010
"prod": "pnpm check && pnpm build",
1111
"start": "tsup-node --env.NODE_ENV development --watch",
12-
"test": "pnm exec tsx bin/test.ts"
12+
"test": "pnm tsx bin/test.ts",
13+
"tsx": "tsx"
1314
},
1415
"contributors": [
1516
{

0 commit comments

Comments
 (0)