From fd86710fdb0628132d34ab07e2779f2a62dbc0bf Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 15 May 2017 20:50:47 -0700 Subject: [PATCH] Use postinstall-build to support git installs --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f5ba6dc..effebdd 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "deploy": "./scripts/deploy.sh", "lint": "standard --verbose | snazzy", "lint:fix": "standard --verbose --fix", + "postinstall": "postinstall-build lib", "prepublish": "npm run clean:lib && npm run build:lib", "preversion": "npm run update-schema && npm run build:docs && git add schema.json docs", "print-schema": "babel-node scripts/print-schema.js", @@ -75,6 +76,7 @@ "graphql-relay": "^0.5.1", "lru-cache": "^4.0.1", "pascalcase": "^0.1.1", + "postinstall-build": "^5.0.0", "qs": "^6.4.0", "request": "^2.81.0", "retry": "^0.10.1"