From 98db72690602acf6ff11be6301bac7cce5cd78f0 Mon Sep 17 00:00:00 2001 From: sudodoki Date: Sun, 20 Oct 2013 18:21:28 +0300 Subject: [PATCH] update npm test task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfad052..700d356 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt-contrib-watch": "~0.5.3" }, "scripts": { - "test": "grunt coffee mocha" + "test": "grunt concat coffee mocha" }, "engines": { "node": ">=0.8 <0.11"