Add easy way to run local grunt-cli: npm run-script build

This commit is contained in:
Stefan Thomas
2013-07-25 22:20:08 -07:00
parent 03a6583032
commit 89a8e6c362

View File

@@ -20,6 +20,7 @@
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "~0.3.0", "grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4", "grunt-contrib-watch": "~0.4.4",
"grunt-webpack": "~0.10.5", "grunt-webpack": "~0.10.5",
@@ -27,7 +28,8 @@
"buster": "~0.6.12" "buster": "~0.6.12"
}, },
"scripts": { "scripts": {
"test": "node_modules/buster/bin/buster test" "test": "node_modules/buster/bin/buster test",
"build": "node_modules/.bin/grunt"
}, },
"repository": { "repository": {
"type": "git", "type": "git",