Skip to content

Commit 6a3ad19

Browse files
authored
Merge pull request #1488 from supabase/chore/fix-add-jsr-slow-types-check
chore(test): add jsr slow types check
2 parents ff700c3 + e933238 commit 6a3ad19

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

package-lock.json

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

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)