File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 4242 - name : Build all packages
4343 run : npx nx run-many --target=build --all
4444
45- - name : Upload built packages
46- uses : actions/upload-artifact@v4
47- with :
48- name : packages-dist
49- path : |
50- packages/core/auth-js/dist
51- packages/core/functions-js/dist
52- packages/core/postgrest-js/dist
53- packages/core/realtime-js/dist
54- packages/core/storage-js/dist
55- packages/core/supabase-js/dist
56-
5745 - name : Upload UMD build
5846 uses : actions/upload-artifact@v4
5947 with :
Original file line number Diff line number Diff line change 2828 "author" : " Supabase" ,
2929 "license" : " MIT" ,
3030 "scripts" : {
31- "format" : " prettier --write \" {src,test}/**/*.ts\" " ,
32- "build" : " npm run format && npm run build:main && npm run build:module" ,
31+ "build" : " npm run build:main && npm run build:module" ,
3332 "build:main" : " tsc -p tsconfig.json" ,
3433 "build:module" : " tsc -p tsconfig.module.json" ,
3534 "test" : " vitest run" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ npm config set registry https://registry.npmjs.org/
136136#### Update dependencies:
137137
138138``` bash
139- # This will run `npm i` in each of the intergration tests directories,
139+ # This will run `npm i` in each of the intergration tests directories,
140140# fetching the locally published packages
141141npx nx update:test-deps supabase-js
142142```
@@ -247,6 +247,7 @@ or from the root of the workspace:
247247``` bash
248248npx nx run @supabase/supabase-js:" test:node:playwright"
249249```
250+
250251** Important!**
251252
252253After you finish testing, reset your npm registry to point to npm:
You can’t perform that action at this time.
0 commit comments