Skip to content

Commit 29c42c6

Browse files
committed
use npm
1 parent 6ff1739 commit 29c42c6

22 files changed

+74360
-6447
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
- name: Next.js Integration Tests
9898
run: |
9999
cd test/integration/next
100-
pnpm install
101-
pnpm run test
100+
npm install
101+
npm run test
102102
103103
- name: Stop Supabase
104104
run: |

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@
7878
}
7979
},
8080
"jsdelivr": "dist/umd/supabase.js",
81-
"unpkg": "dist/umd/supabase.js"
81+
"unpkg": "dist/umd/supabase.js",
82+
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
8283
}

test/integration/next/package-lock.json

Lines changed: 131 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)