Skip to content

Commit 2079e76

Browse files
committed
use npm
1 parent 467f24f commit 2079e76

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
@@ -87,8 +87,8 @@ jobs:
8787
- name: Next.js Integration Tests
8888
run: |
8989
cd test/integration/next
90-
pnpm install
91-
pnpm run test
90+
npm install
91+
npm run test
9292
9393
- name: Stop Supabase
9494
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)