Skip to content

Commit 8f8aa99

Browse files
committed
refactor: remove redundant postinstall script
The postinstall script is no longer needed since we've already fixed the platform checks directly in the forked nativephp-electron package. This simplifies the setup and avoids duplicate efforts.
1 parent 01c1ec3 commit 8f8aa99

File tree

2 files changed

+1
-114
lines changed

2 files changed

+1
-114
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"dev": "vite",
1111
"format": "prettier --write resources/",
1212
"format:check": "prettier --check resources/",
13-
"lint": "eslint . --fix",
14-
"postinstall": "node scripts/postinstall.js"
13+
"lint": "eslint . --fix"
1514
},
1615
"devDependencies": {
1716
"@eslint/js": "^9.19.0",

scripts/postinstall.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)