Skip to content

Commit 210e8b3

Browse files
committed
chore(supabase): update scripts
1 parent 90cc7ae commit 210e8b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/core/supabase-js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"docs": "typedoc --entryPoints src/index.ts --out docs/v2",
4646
"docs:json": "typedoc --entryPoints src/index.ts --json docs/v2/spec.json --excludeExternals",
4747
"serve:coverage": "npx nx test:coverage supabase-js && serve test/coverage",
48-
"update:test-deps": "npx nx build supabase-js && npm pack && cp supabase-supabase-js-*.tgz test/integration/expo/supabase-supabase-js-0.0.0-automated.tgz && cp supabase-supabase-js-*.tgz test/integration/next/supabase-supabase-js-0.0.0-automated.tgz && cp supabase-supabase-js-*.tgz test/deno/supabase-supabase-js-0.0.0-automated.tgz && cp supabase-supabase-js-*.tgz test/integration/bun/supabase-supabase-js-0.0.0-automated.tgz && cd test/integration/expo && npm install && cd ../next && npm install --legacy-peer-deps && cd ../../deno && npm install && cd ../integration/bun && bun install",
49-
"update:test-deps:expo": "npx nx build supabase-js && npm pack && cp supabase-supabase-js-*.tgz test/integration/expo/supabase-supabase-js-0.0.0-automated.tgz && cd test/integration/expo && npm install",
50-
"update:test-deps:next": "npx nx build supabase-js && npm pack && cp supabase-supabase-js-*.tgz test/integration/next/supabase-supabase-js-0.0.0-automated.tgz && cd test/integration/next && npm install --legacy-peer-deps",
51-
"update:test-deps:deno": "npx nx build supabase-js && npm pack && cp supabase-supabase-js-*.tgz test/deno/supabase-supabase-js-0.0.0-automated.tgz && cd test/deno && npm install",
52-
"update:test-deps:bun": "npx nx build supabase-js && npm pack && cp supabase-supabase-js-*.tgz test/integration/bun/supabase-supabase-js-0.0.0-automated.tgz && cd test/integration/bun && bun install"
48+
"update:test-deps": "npm run update:test-deps:expo && npm run update:test-deps:next && npm run update:test-deps:deno && npm run update:test-deps:bun",
49+
"update:test-deps:expo": "cd test/integration/expo && npm install",
50+
"update:test-deps:next": "cd test/integration/next && npm install --legacy-peer-deps",
51+
"update:test-deps:deno": "cd test/deno && npm install",
52+
"update:test-deps:bun": "cd test/integration/bun && bun install"
5353
},
5454
"dependencies": {
5555
"@supabase/auth-js": "*",

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"port": 4873,
1010
"config": ".verdaccio/config.yml",
1111
"storage": "tmp/local-registry/storage",
12-
"clear": false
12+
"clear": true
1313
}
1414
},
1515
"populate-local-registry": {

0 commit comments

Comments
 (0)