From c6243779d528eab6a5ca74b73d1da6312b25bef1 Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 10 Oct 2012 23:44:30 +0100 Subject: [PATCH] Building client source on npm install --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e10d160..1801cfe 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "KiwiIRC", "version": "0.5.0", + "scripts": { + "postinstall": "node client/dev/build.js" + }, "dependencies": { "node-static": "0.5.9", "uglify-js": "1.2.3", "socket.io": "0.8.7", "underscore": "1.3.3" } -} \ No newline at end of file +} -- 2.25.1