From 95c6a69610e24f21e7119b9bb2d40bb84b07ed1f Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 18 Dec 2025 15:19:28 +0100 Subject: [PATCH] chore: disable npm rebuild in package.json - Set "npmRebuild" to false in package.json to prevent automatic rebuilding of native modules during installation. --- apps/ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ui/package.json b/apps/ui/package.json index 72e22d69..13810659 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -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"