From bb928bde7e7b85357fef3fedd450b04c03e965d7 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 29 Dec 2014 21:07:03 -0500 Subject: Build: Rearrange grunt/npm tasks into a build/dist/test pattern Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Closes gh-1980 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 39d3cde34..2d6544d04 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt test" + "test": "grunt && grunt test" }, "commitplease": { "components": [ -- cgit v1.2.3