Skip to content

Commit e9cf30a

Browse files
committed
chore(repo): update script
1 parent 4d6890c commit e9cf30a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/supabase-js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
"test:watch": "jest --watch --verbose false --silent false",
4242
"test:node:playwright": "cd test/integration/node-browser && npm install && cp ../../../dist/umd/supabase.js . && npm run test",
4343
"test:bun": "cd test/integration/bun && bun install && bun test",
44+
<<<<<<< HEAD
4445
"test:types": "npm run build:module && tsd --files test/types/*.test-d.ts && jsr publish --dry-run --allow-dirty",
46+
=======
47+
"test:types": "tsd --files test/types/*.test-d.ts && jsr publish --dry-run --allow-dirty",
48+
>>>>>>> 53b08fcb (chore(repo): update script)
4549
"docs": "typedoc --entryPoints src/index.ts --out docs/v2",
4650
"docs:json": "typedoc --entryPoints src/index.ts --json docs/v2/spec.json --excludeExternals",
4751
"serve:coverage": "npx nx test:coverage supabase-js && serve test/coverage",

0 commit comments

Comments
 (0)