From 07719736b7ead25cdcf511d785ae2591a4d631d3 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 Ref bb928bde7e7b85357fef3fedd450b04c03e965d7 Conflicts: Gruntfile.js package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c4c61c201..d97652b78 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt" + "test": "grunt && grunt test" }, "commitplease": { "components": [ -- cgit v1.2.3