From 09d0f68c4c8c454204e240555181a379de04c703 Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 4 May 2022 16:09:23 -0600 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e135829364..fa80e14e15 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,9 @@ "lint:report": "turbo run lint:report", "postinstall": "turbo run postinstall", "pre-commit": "lint-staged", - "predev": "dotenv-checker --schema .env.example --env .env", + "env-check:common": "dotenv-checker --schema .env.example --env .env", + "env-check:app-store": "dotenv-checker --schema .env.appStore.example --env .env.appStore", + "predev": "yarn env-check:common && yarn env-check:app-store ", "prepare": "husky install", "start": "turbo run start --scope=\"@calcom/web\"", "test": "turbo run test",