fix: husky - install command is DEPRECATED

This commit is contained in:
huzibaca 2024-11-21 12:06:52 +08:00
parent ec79126b4a
commit 7ed90ff7f8
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

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