Update package.json
parent
d6b7311c66
commit
09d0f68c4c
|
@ -30,7 +30,9 @@
|
||||||
"lint:report": "turbo run lint:report",
|
"lint:report": "turbo run lint:report",
|
||||||
"postinstall": "turbo run postinstall",
|
"postinstall": "turbo run postinstall",
|
||||||
"pre-commit": "lint-staged",
|
"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",
|
"prepare": "husky install",
|
||||||
"start": "turbo run start --scope=\"@calcom/web\"",
|
"start": "turbo run start --scope=\"@calcom/web\"",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
|
|
Loading…
Reference in New Issue