From 2353f9b6c298c79a9823167d2cc212bf21bb4600 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 15 May 2017 21:38:55 -0700 Subject: [PATCH] Switch back to postinstall-build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b32a8..ff36477 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "deploy": "./scripts/deploy.sh", "lint": "standard --verbose | snazzy", "lint:fix": "standard --verbose --fix", - "prepare": "npm run build:lib", + "postinstall": "postinstall-build lib --script 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",