Skip to content

Commit b8cea00

Browse files
committed
fix(package.json): update documentation verification script to use tsx
Replaced the command for the documentation verification script in package.json from `node` to `tsx` for improved execution. This change aligns with recent updates to enhance script performance and compatibility.
1 parent 025fb5b commit b8cea00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:build": "nx affected --target=test:build --exclude=examples/**,testing/**",
2525
"test:types": "nx affected --targets=test:types --exclude=examples/**,testing/**",
2626
"test:knip": "knip",
27-
"test:docs": "node scripts/verify-links.ts",
27+
"test:docs": "tsx scripts/verify-links.ts",
2828
"test:kiira": "kiira check",
2929
"test:react-native": "pnpm --filter @tanstack/ai-react-native-smoke smoke",
3030
"test:e2e": "pnpm --filter @tanstack/ai-e2e test:e2e",

0 commit comments

Comments
 (0)