From 4ea1ba452fb91f5b544d8d52c307c9a2e84f3619 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 14:54:48 -0500 Subject: [PATCH] electron-rebuild from node_modules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aab7e441bf..871502fd76 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "license": "GPL-3.0", "scripts": { - "postinstall": "electron-rebuild", + "postinstall": "./node_modules/.bin/electron-rebuild", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "build": "npm run build:main | npm run build:renderer",