From 999bf92801dc0d860698306b9e399a21e064132a Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Wed, 3 Oct 2012 10:15:29 +0200 Subject: [PATCH] Revert "don't build on install". This broke the Cloud9 build. This reverts commit 36685c4f8a38abdcc974ce70dd3b261ea39efd37. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bef17187..86b2fd8e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "lib": "lib/ace" }, "scripts": { - "test": "node lib/ace/test/all.js" + "test": "node lib/ace/test/all.js", + "postinstall": "node ./install.js" }, "config": { "github.com/sourcemint/bundler-js/0/-meta/config/0": {