fix: make husky install compatible with yarn v3 (#10393)
parent
69c01b69f6
commit
9dc4c84cfd
|
@ -51,10 +51,9 @@
|
||||||
"lint:fix": "turbo run lint:fix",
|
"lint:fix": "turbo run lint:fix",
|
||||||
"lint:report": "turbo run lint:report",
|
"lint:report": "turbo run lint:report",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"postinstall": "turbo run post-install",
|
"postinstall": "husky install && turbo run post-install",
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"predev": "echo 'Checking env files'",
|
"predev": "echo 'Checking env files'",
|
||||||
"prepare": "husky install",
|
|
||||||
"prisma": "yarn workspace @calcom/prisma prisma",
|
"prisma": "yarn workspace @calcom/prisma prisma",
|
||||||
"start": "turbo run start --scope=\"@calcom/web\"",
|
"start": "turbo run start --scope=\"@calcom/web\"",
|
||||||
"tdd": "vitest watch",
|
"tdd": "vitest watch",
|
||||||
|
|
Loading…
Reference in New Issue