File tree Expand file tree Collapse file tree 3 files changed +4
-180
lines changed
Expand file tree Collapse file tree 3 files changed +4
-180
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ jobs:
150150 - name : Run Deno Tests
151151 run : |
152152 cd test/deno
153- rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
154153 cp ../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
155154 npm install
156155 npm test || npm test
@@ -242,7 +241,6 @@ jobs:
242241 - name : Run integration tests
243242 run : |
244243 cd test/integration/next
245- rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
246244 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
247245 npm install --legacy-peer-deps
248246 npx playwright install
@@ -283,7 +281,6 @@ jobs:
283281 - name : Install dependencies and run tests
284282 run : |
285283 cd test/integration/expo
286- rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
287284 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
288285 npm install
289286 npm test || npm test
@@ -322,7 +319,6 @@ jobs:
322319 - name : Install dependencies and run tests
323320 run : |
324321 cd test/integration/bun
325- rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
326322 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
327323 bun install
328324 bun test
Original file line number Diff line number Diff line change 106106
107107docs /v2
108108
109+ # Test package-lock files (use local tarball, checksums change with builds)
110+ test /* /package-lock.json
111+ test /integration /* /package-lock.json
112+
109113.cursor /
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments