Fix Husky install deprecation warning

This commit is contained in:
Koen Vlaswinkel 2024-09-30 09:53:25 +02:00
Родитель ef34b212d0
Коммит 62096cbc92
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",