From ab26f35520c3c564ad39f4b9ccf7f0521caef3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 14 Jun 2022 16:04:40 -0600 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48cf7b6ef9..493a5929fd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "author": "Cal.com Inc.", "private": true, "scripts": { - "build": "next build", + "app-store:generate": "yarn workspace @calcom/app-store-cli generate", + "build": "yarn app-store:generate && next build", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next", "dev": "PORT=3002 next dev", "lint-fix": "next lint --fix && prettier --write .",