Tweak/gitignore prisma zod (#1905)

* Extracts ignored createEventTypeBaseInput

* Adds postinstall script
This commit is contained in:
Omar López
2022-02-17 17:25:19 -07:00
committed by GitHub
parent 0bf3818b30
commit 15bfeb30d7
4 changed files with 23 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
"lint": "turbo run lint",
"pre-commit": "lint-staged",
"prepare": "husky install",
"postinstall": "yarn workspace @calcom/prisma generate-schemas",
"start": "turbo run start --scope=\"@calcom/web\"",
"test": "turbo run test",
"test-playwright": "yarn playwright test",