diff --git a/package.json b/package.json index 02e79545..7acaf1eb 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ }, "devDependencies": { "grunt": "^0.4.1", + "grunt-cli": "^1.3.2", "grunt-concurrent": "^0.5.0", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-concat": "^0.4.0", @@ -48,6 +49,7 @@ "node": ">=0.10.0" }, "scripts": { - "test": "grunt test" + "test": "grunt test", + "dist": "grunt build" } }