chore: remove postinstall script from package.json

This commit is contained in:
fullex 2025-05-26 10:05:07 +08:00 committed by 亢奋猫
parent 2770edf349
commit ec997ce38b

View File

@ -53,7 +53,6 @@
"test:lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"postinstall": "electron-builder install-app-deps",
"prepare": "husky"
},
"dependencies": {