From 12ae6221ffe102b110bea9587ac24bb79f9ae044 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 5 Feb 2015 11:53:57 -0500 Subject: [PATCH] Update post-install --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d36cf1d8d..92e2f9a4b 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "author": "Jack Lukic ", "license": "MIT", "scripts": { - "test": "gulp test", - "postinstall": "gulp install" + "postinstall": "(cd node_modules/semantic-ui && exec gulp install)" }, "repository": { "type": "git",