Turbo fixes

This commit is contained in:
zomars
2022-05-09 16:08:03 -06:00
parent 4099a477d1
commit 4e0efb76cd
4 changed files with 1428 additions and 67 deletions

View File

@@ -28,7 +28,7 @@
"heroku-postbuild": "turbo run @calcom/web#build",
"lint": "turbo run lint",
"lint:report": "turbo run lint:report",
"postinstall": "turbo run postinstall",
"postinstall": "turbo run post-install",
"pre-commit": "lint-staged",
"env-check:common": "dotenv-checker --schema .env.example --env .env",
"env-check:app-store": "dotenv-checker --schema .env.appStore.example --env .env.appStore",