Merge pull request #3736 from github/koesie10/fix-husky-deprecation-warning

Fix Husky install deprecation warning
This commit is contained in:
Koen Vlaswinkel
2024-09-30 10:34:36 +02:00
committed by GitHub

View File

@@ -1965,7 +1965,7 @@
"generate:chromium-version": "vite-node scripts/generate-chromium-version.ts",
"check-types": "find . -type f -name \"tsconfig.json\" -not -path \"./node_modules/*\" | sed -r 's|/[^/]+$||' | sort | uniq | xargs -I {} sh -c \"echo Checking types in {} && cd {} && npx tsc --noEmit\"",
"postinstall": "patch-package",
"prepare": "cd ../.. && husky install"
"prepare": "cd ../.. && husky"
},
"dependencies": {
"@floating-ui/react": "^0.26.12",