fix: make husky install compatible with yarn v3 (#10393)

This commit is contained in:
nicktrn 2023-07-26 13:00:32 +01:00 committed by GitHub
parent 69c01b69f6
commit 9dc4c84cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,9 @@
"lint:fix": "turbo run lint:fix",
"lint:report": "turbo run lint:report",
"lint": "turbo run lint",
"postinstall": "turbo run post-install",
"postinstall": "husky install && turbo run post-install",
"pre-commit": "lint-staged",
"predev": "echo 'Checking env files'",
"prepare": "husky install",
"prisma": "yarn workspace @calcom/prisma prisma",
"start": "turbo run start --scope=\"@calcom/web\"",
"tdd": "vitest watch",