Update typegen script

This commit is contained in:
Piotr Rogowski 2022-11-06 10:55:36 +01:00
parent b8e494593b
commit 4126b2a280
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"lint": "tsc && eslint --max-warnings=0 src",
"lint:fix": "eslint --fix src",
"analyze": "npm run build && open stats.html",
"typegen": "pocketbase-typegen --json ../pocketbase/pb_schema.json --out src/@types/pocketbase-types.ts"
"typegen": "pocketbase-typegen --json ../cloud-backend/pb_schema.json --out src/@types/pocketbase-types.ts"
},
"dependencies": {
"@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git",