fix: husky - install command is DEPRECATED

This commit is contained in:
huzibaca 2024-11-21 12:06:52 +08:00
parent 82b4cf259c
commit 9aeb68205c

View File

@ -15,7 +15,7 @@
"updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs", "updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs",
"portable": "node scripts/portable.mjs", "portable": "node scripts/portable.mjs",
"portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs", "portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs",
"prepare": "husky install" "prepare": "husky"
}, },
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.1.0", "@dnd-kit/core": "^6.1.0",