chore: npm run gen:types

This commit is contained in:
2025-06-03 20:03:22 +01:00
parent 8cda560ba8
commit 8b09523b21
4 changed files with 197 additions and 187 deletions

View File

@@ -14,7 +14,8 @@
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"gen:types": "supabase gen types typescript --local > ./src/lib/database.d.ts"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",