Skip to content

Commit baa4218

Browse files
committed
🤖 fix: remove postinstall script for prebuilt node-pty
The @homebridge/node-pty-prebuilt-multiarch package includes prebuilt binaries for both Node.js and Electron, so no rebuild is needed during installation. This simplifies the install process and removes the need for the postinstall script. _Generated with `mux`_
1 parent 17eb712 commit baa4218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"access": "public"
1717
},
1818
"scripts": {
19-
"postinstall": "./scripts/postinstall.sh",
2019
"dev": "make dev",
2120
"prebuild:main": "./scripts/generate-version.sh",
2221
"build": "make build",

0 commit comments

Comments
 (0)