Update package.json

pull/2657/head^2
zomars 2022-05-04 16:09:23 -06:00
parent d6b7311c66
commit 09d0f68c4c
1 changed files with 3 additions and 1 deletions

View File

@ -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",