We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d771752 commit 714fb61Copy full SHA for 714fb61
.github/workflows/ci-supabase-js.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/upload-artifact@v4
59
with:
60
name: supabase-umd
61
- path: packages/core/supabase-js/dist/umd/supabase.js
+ path: packages/core/supabase-js/dist/umd/supabase.iife.js
62
63
test:
64
name: Unit + Type Check / Node.js ${{ matrix.node }} / OS ${{ matrix.os }}
@@ -563,7 +563,7 @@ jobs:
563
run: |
564
cd packages/core/supabase-js/test/integration/node-browser
565
npm install
566
- cp ../../../dist/umd/supabase.js .
+ cp ../../../dist/umd/supabase.iife.js supabase.js
567
npm run test
568
569
- name: Stop Supabase
0 commit comments