diff --git a/package.json b/package.json index 35b59005..4ef5f92d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ }, "devDependencies": { "grunt": "~0.4.1", + "grunt-cli": "~0.1.9", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-watch": "~0.4.4", "grunt-webpack": "~0.10.5", @@ -27,7 +28,8 @@ "buster": "~0.6.12" }, "scripts": { - "test": "node_modules/buster/bin/buster test" + "test": "node_modules/buster/bin/buster test", + "build": "node_modules/.bin/grunt" }, "repository": { "type": "git",