File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/core/supabase-js Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments