Skip to content

Commit 714fb61

Browse files
committed
fix(auth): extension
1 parent d771752 commit 714fb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-supabase-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: supabase-umd
61-
path: packages/core/supabase-js/dist/umd/supabase.js
61+
path: packages/core/supabase-js/dist/umd/supabase.iife.js
6262

6363
test:
6464
name: Unit + Type Check / Node.js ${{ matrix.node }} / OS ${{ matrix.os }}
@@ -563,7 +563,7 @@ jobs:
563563
run: |
564564
cd packages/core/supabase-js/test/integration/node-browser
565565
npm install
566-
cp ../../../dist/umd/supabase.js .
566+
cp ../../../dist/umd/supabase.iife.js supabase.js
567567
npm run test
568568
569569
- name: Stop Supabase

0 commit comments

Comments
 (0)