Fixes postinstall scripts (#2492)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Omar López 2022-04-14 15:59:00 -06:00 committed by GitHub
parent 699d910ab4
commit 21d183e661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"heroku-postbuild": "turbo run @calcom/web#build",
"lint": "turbo run lint",
"lint:report": "turbo run lint:report",
"postinstall": "turbo run postinstall",
"pre-commit": "lint-staged",
"predev": "dotenv-checker --schema .env.example --env .env",
"prepare": "husky install",

View File

@ -115,6 +115,7 @@
"cache": false,
"outputs": ["lint-results"]
},
"postinstall": {},
"start": {},
"test": {
"dependsOn": ["^test"]