From c32650bf77f16cee0412d8992b7b6f15b831e90c Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 2 Mar 2018 19:18:52 +0100 Subject: [PATCH] add missing install script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8ab60a1..de82224 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "tape": "^4.9.0" }, "scripts": { + "install": "node-gyp-build", "test": "standard && tape test/*.js", "prebuild": "prebuildify --napi", "prebuild-ia32": "prebuildify --napi --arch=ia32"