We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tsx
1 parent af0a78a commit 57e4200Copy full SHA for 57e4200
‎libs/create-qwikdev-astro/package.json‎
@@ -9,7 +9,8 @@
9
"build": "tsup-node --env.NODE_ENV production",
10
"prod": "pnpm check && pnpm build",
11
"start": "tsup-node --env.NODE_ENV development --watch",
12
- "test": "pnm exec tsx bin/test.ts"
+ "test": "pnm tsx bin/test.ts",
13
+ "tsx": "tsx"
14
},
15
"contributors": [
16
{
0 commit comments