Skip to content

Commit 353c73c

Browse files
committed
chore: Add scripts for running functions and generating types
1 parent 49c53b6 commit 353c73c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"scripts": {
77
"test": "jest --runInBand",
88
"lint": "eslint ./**/*.ts ",
9-
"format": "prettier ./**/*.ts --write"
9+
"format": "prettier ./**/*.ts --write",
10+
"dev:supabase:functions": "supabase functions serve --env-file .env",
11+
"supabase:types:local": "supabase gen types --local > src/database.ts"
1012
},
1113
"engines": {
1214
"node": ">=18"

0 commit comments

Comments
 (0)