fix: husky was removed in commit #2086, but prepare still uses it (#2128)

This commit is contained in:
Thomas 2023-09-11 09:35:09 +02:00 committed by GitHub
parent 4447a4b519
commit 1a37668f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
"packages/*"
],
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",