Skip to content

Commit dcabf21

Browse files
authored
update supabase js to stable (#46)
1 parent e9f4209 commit dcabf21

File tree

8 files changed

+18
-785
lines changed

8 files changed

+18
-785
lines changed

.github/workflows/pr-supabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- run: deno fmt --check supabase/*
3838
- run: deno lint supabase/*
39-
- run: deno run tests
39+
- run: deno task tests --reload
4040

4141
- name: 'Generate cron jobs'
4242
uses: actions/upload-artifact@v4

.github/workflows/pr-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: deno lint
3838

3939
- name: 'Build the app'
40-
run: deno task build
40+
run: deno run build
4141

4242
- name: 'Upload artifact'
4343
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ dist-ssr
2727

2828
# custom
2929
supabase/functions/.env
30+
deno.lock
3031
.env
3132
cron_jobs.sql

.zed/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}
3333
}
3434
},
35+
3536
"languages": {
3637
"TypeScript": {
3738
"language_servers": ["deno"],
@@ -43,8 +44,5 @@
4344
},
4445
"formatter": "language_server"
4546
}
46-
},
47-
"features": {
48-
"edit_prediction_provider": "zed"
4947
}
5048
}

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"update-types-linked": "supabase gen types typescript --linked > src/shared/db.types.ts && deno run format"
1919
},
2020
"imports": {
21-
"@std/assert": "jsr:@std/assert@^1.0.13",
22-
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.49.9-next.2"
21+
"@std/assert": "jsr:@std/assert@^1.0.12",
22+
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.49.3"
2323
}
2424
}

0 commit comments

Comments
 (0)