Fix Husky install deprecation warning
This commit is contained in:
Родитель
ef34b212d0
Коммит
62096cbc92
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче