File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/core/supabase-js Expand file tree Collapse file tree 1 file changed +0
-4
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
45- "test:types" : " npm run build:module && tsd --files test/types/*.test-d.ts && jsr publish --dry-run --allow-dirty" ,
46- =======
4744 "test:types" : " tsd --files test/types/*.test-d.ts && jsr publish --dry-run --allow-dirty" ,
48- >>>>>>> 53b08fcb (chore(repo): update script)
4945 "docs" : " typedoc --entryPoints src/index.ts --out docs/v2" ,
5046 "docs:json" : " typedoc --entryPoints src/index.ts --json docs/v2/spec.json --excludeExternals" ,
5147 "serve:coverage" : " npx nx test:coverage supabase-js && serve test/coverage" ,
You can’t perform that action at this time.
0 commit comments