File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 - name : Run Deno Tests
151151 run : |
152152 cd test/deno
153- rm -f supabase-supabase-js-0.0.0-automated.tgz
153+ rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
154154 cp ../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
155155 npm install
156156 npm test || npm test
@@ -242,7 +242,7 @@ jobs:
242242 - name : Run integration tests
243243 run : |
244244 cd test/integration/next
245- rm -f supabase-supabase-js-0.0.0-automated.tgz
245+ rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
246246 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
247247 npm install --legacy-peer-deps
248248 npx playwright install
@@ -283,7 +283,7 @@ jobs:
283283 - name : Install dependencies and run tests
284284 run : |
285285 cd test/integration/expo
286- rm -f supabase-supabase-js-0.0.0-automated.tgz
286+ rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
287287 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
288288 npm install
289289 npm test || npm test
@@ -322,7 +322,7 @@ jobs:
322322 - name : Install dependencies and run tests
323323 run : |
324324 cd test/integration/bun
325- rm -f supabase-supabase-js-0.0.0-automated.tgz
325+ rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
326326 cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
327327 bun install
328328 bun test
You can’t perform that action at this time.
0 commit comments