diff --git a/package.json b/package.json index 295598b4..80e5ff75 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "make:nvidia": "yarn run make -- --nvidia", "notarize": "node debug/notarize.js", "package": "yarn run vite:compile && todesktop build --code-sign=false --async", - "postinstall": "husky", + "postinstall": "node .husky/install.mjs", "publish": "yarn run vite:compile && todesktop build --async", "publish:staging": "yarn run vite:compile && todesktop build --config=./todesktop.staging.json --async", "reset-install": "node scripts/resetInstall.js",