Skip to content

Commit

Permalink
add supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
diliburong committed Mar 7, 2024
1 parent 87a35d1 commit fc9d372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-types.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'generate-types'
on:
pull_request:
push:

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
"lint": "eslint --ext .ts,.tsx .",
"update-types": "npx supabase gen types typescript --project-id \"$PROJECT_REF\" --schema public > src/renderer/types/database.types.ts"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit fc9d372

Please sign in to comment.