fix: dont generate schemas for console

This commit is contained in:
Agusti Fernandez Pardo
2022-06-20 03:18:13 +02:00
parent f0f27857fa
commit 7558a73ab7
+1 -1
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 && yarn workspace @calcom/console generate-schemas",
"prebuild": "cd ../.. && yarn workspace @calcom/prisma generate-schemas",
"start": "PORT=3002 next start",
"test": "jest --detectOpenHandles --passWithNoTests",
"type-check": "tsc --pretty --noEmit"