Skip to content

Commit ba36c54

Browse files
committed
chore(realtime): remove un-needed format
1 parent d304823 commit ba36c54

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@ jobs:
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:

packages/core/realtime-js/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
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",

packages/core/supabase-js/TESTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
141141
npx nx update:test-deps supabase-js
142142
```
@@ -247,6 +247,7 @@ or from the root of the workspace:
247247
```bash
248248
npx nx run @supabase/supabase-js:"test:node:playwright"
249249
```
250+
250251
**Important!**
251252

252253
After you finish testing, reset your npm registry to point to npm:

0 commit comments

Comments
 (0)