From 7558a73ab77b3b120a5e45fcf34698a5bf16fec6 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Mon, 20 Jun 2022 03:18:13 +0200 Subject: [PATCH] fix: dont generate schemas for console --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a3ee1b877..94c4c7a2a2 100644 --- a/package.json +++ b/package.json @@ -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"