Skip to content

Commit 98054d4

Browse files
committed
fix: gitignore test lock files
1 parent 993a42e commit 98054d4

File tree

3 files changed

+4
-180
lines changed

3 files changed

+4
-180
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@ dist
106106

107107
docs/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/

test/deno/package-lock.json

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)