From 5a50e3e06f8aca9e7e8cbdd6c08a127e89587b61 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 13:34:56 -0500 Subject: [PATCH] run electron-rebuild on postinstall --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 78cc3dcc5b6..fd37d4852e6 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ }, "license": "GPL-3.0", "scripts": { + "postinstall": "electron-rebuild", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "build": "npm run build:main | npm run build:renderer",