From 472a5091aebc8b4ebfce2713357e62ff75d8d648 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Mon, 9 Dec 2013 18:32:17 -0800 Subject: [PATCH] Add grunt build step to npm test. Should fix Travis. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 43badbfa..cc74198c 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "sinon":"~1.7.3" }, "scripts": { + "pretest": "node_modules/.bin/grunt", "test": "mocha test/*-test.js", "build": "grunt" },