chore: disable npm rebuild in package.json

- Set "npmRebuild" to false in package.json to prevent automatic rebuilding of native modules during installation.
This commit is contained in:
Kacper
2025-12-18 15:19:28 +01:00
parent 157dd71efa
commit 95c6a69610

View File

@@ -114,6 +114,7 @@
"appId": "com.automaker.app",
"productName": "Automaker",
"artifactName": "${productName}-${version}-${arch}.${ext}",
"npmRebuild": false,
"afterPack": "./scripts/rebuild-server-natives.cjs",
"directories": {
"output": "release"