fix generate schemas console

pull/9078/head
Agusti Fernandez Pardo 2022-06-20 03:13:03 +02:00
parent 48675f4e7a
commit 312664d881
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"dev": "PORT=3002 next dev",
"lint-fix": "next lint --fix && prettier --write .",
"lint": "next lint",
"prebuild": "cd ../.. && yarn workspace @calcom/prisma generate-schemas",
"prebuild": "cd ../.. && yarn workspace @calcom/prisma generate-schemas && yarn workspace @calcom/console generate-schemas",
"start": "PORT=3002 next start",
"test": "jest --detectOpenHandles --passWithNoTests",
"type-check": "tsc --pretty --noEmit"