Skip to content

Commit e016713

Browse files
committed
...
1 parent 3b3e9e9 commit e016713

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
@@ -90,7 +90,7 @@
9090
"test:bun": "pnpm build && bun link && cd test/bun && bun install && bun run test",
9191
"test:cloudflare-workers": "pnpm build && pnpm -r test --filter kysely-cloudflare-workers-test",
9292
"test:deno": "deno run --allow-env --allow-read --allow-net --no-lock test/deno/local.test.ts && deno run --allow-env --allow-read --allow-net --no-lock test/deno/cdn.test.ts",
93-
"test:typings": "tsd test/typings",
93+
"test:typings": "cd test/typings && tsd && cd -",
9494
"test:esmimports": "node scripts/check-esm-imports.cjs",
9595
"test:esbuild": "esbuild --bundle --platform=node --external:pg-native dist/esm/index.js --outfile=/dev/null",
9696
"test:exports": "attw --pack . && node scripts/check-exports.cjs",

0 commit comments

Comments
 (0)