From 4039b658a77e6f4a27581ef5767167f66f6e6f69 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 4 Mar 2016 05:23:10 -0800 Subject: [PATCH] pacakge: use `build` for postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76be4c5..68f74a7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "scripts": { "gulp": "gulp", "test": "ava", - "postinstall": "scripts/post-install.js" + "postinstall": "build/scripts/post-install.js" }, "babel": { "presets": [