From 8050fa58a53f214ba3958cd1da3e99979ff764a2 Mon Sep 17 00:00:00 2001 From: "John (Jack) Brown" Date: Mon, 9 Apr 2018 07:55:49 -0700 Subject: [PATCH] Enable nodeGypRebuild for Etcher builds This will ensure we have all bindings built, even when using cached modules. Change-Type: patch --- .resinci.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.resinci.json b/.resinci.json index 0cb813aa..679959d8 100644 --- a/.resinci.json +++ b/.resinci.json @@ -21,6 +21,7 @@ "appId": "io.resin.etcher", "copyright": "Copyright 2016-2018 Resinio Ltd", "productName": "Etcher", + "nodeGypRebuild": true, "files": [ "!lib/gui/app", "lib/gui/app/index.html",