There was an error while loading. Please reload this page.
1 parent 3b3e9e9 commit e016713Copy full SHA for e016713
1 file changed
package.json
@@ -90,7 +90,7 @@
90
"test:bun": "pnpm build && bun link && cd test/bun && bun install && bun run test",
91
"test:cloudflare-workers": "pnpm build && pnpm -r test --filter kysely-cloudflare-workers-test",
92
"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",
+ "test:typings": "cd test/typings && tsd && cd -",
94
"test:esmimports": "node scripts/check-esm-imports.cjs",
95
"test:esbuild": "esbuild --bundle --platform=node --external:pg-native dist/esm/index.js --outfile=/dev/null",
96
"test:exports": "attw --pack . && node scripts/check-exports.cjs",
0 commit comments