fix pb typegen command

This commit is contained in:
Guillaume Dorce 2024-01-12 15:33:48 +01:00
parent ab43920e4f
commit a66bfd2474
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typegen": "npm run pocketbase --out ./src/types/pb_types.d.ts --env"
"typegen": "pocketbase-typegen --out ./src/types/pb_types.d.ts --env"
},
"dependencies": {
"@astrojs/preact": "^3.0.0",