Fixes postinstall scripts (#2492)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/2455/head^2
parent
699d910ab4
commit
21d183e661
|
@ -25,6 +25,7 @@
|
||||||
"heroku-postbuild": "turbo run @calcom/web#build",
|
"heroku-postbuild": "turbo run @calcom/web#build",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"lint:report": "turbo run lint:report",
|
"lint:report": "turbo run lint:report",
|
||||||
|
"postinstall": "turbo run postinstall",
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"predev": "dotenv-checker --schema .env.example --env .env",
|
"predev": "dotenv-checker --schema .env.example --env .env",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|
|
@ -115,6 +115,7 @@
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"outputs": ["lint-results"]
|
"outputs": ["lint-results"]
|
||||||
},
|
},
|
||||||
|
"postinstall": {},
|
||||||
"start": {},
|
"start": {},
|
||||||
"test": {
|
"test": {
|
||||||
"dependsOn": ["^test"]
|
"dependsOn": ["^test"]
|
||||||
|
|
Loading…
Reference in New Issue