From 260ff7a0a32531fa2f10162a23f5d517da3920bb Mon Sep 17 00:00:00 2001 From: zlshames Date: Fri, 1 Apr 2022 13:22:46 -0400 Subject: [PATCH] Adds install script for Electron compatibility --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2a20df9..52c7e4f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A native module that allows you to access and manipulate macOS contacts", "main": "index.js", "scripts": { + "install": "prebuild-install || npm run build", "build": "node-gyp build", "build:dev": "node-gyp build --debug", "clean": "node-gyp clean",