Skip to content

Commit 8bdf5b6

Browse files
committed
chore(test): check jsr slow-types checks
1 parent ff700c3 commit 8bdf5b6

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:watch": "jest --watch --verbose false --silent false",
3939
"test:node:playwright": "cd test/integration/node-browser && npm install && cp ../../../dist/umd/supabase.js . && npm run test",
4040
"test:bun": "cd test/integration/bun && bun install && bun test",
41-
"test:types": "run-s build:module && tsd --files test/types/*.test-d.ts",
41+
"test:types": "run-s build:module && tsd --files test/types/*.test-d.ts && jsr publish --dry-run",
4242
"docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts",
4343
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals",
4444
"serve:coverage": "npm run test:coverage && serve test/coverage",
@@ -62,6 +62,7 @@
6262
"@types/jest": "^29.2.5",
6363
"husky": "^4.3.8",
6464
"jest": "^29.3.1",
65+
"jsr": "^0.13.5",
6566
"npm-run-all": "^4.1.5",
6667
"prettier": "^2.5.1",
6768
"pretty-quick": "^3.1.3",

pnpm-lock.yaml

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)