From 64d8309f0fe29b7da478085904fc1bb6f5f6fffc Mon Sep 17 00:00:00 2001 From: Maximiliano Korp Date: Mon, 11 May 2015 14:09:05 -0700 Subject: [PATCH] stop cleaning on post-install --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f512b0d29..77d61abdc 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,6 @@ "publish": "node-pre-gyp package && node-pre-gyp publish", "install": "node lifecycleScripts/install", "installDebug": "BUILD_DEBUG=true npm install", - "postinstall": "node lifecycleScripts/clean", "recompile": "pangyp configure build", "rebuild": "node generate && pangyp configure build", "recompileDebug": "pangyp configure --debug build",