Add grunt to NPM start script

This commit is contained in:
mesut-pehlivan 2016-01-22 14:17:42 +01:00
parent daaa0486f5
commit fbfd77c4a6
1 changed files with 3 additions and 0 deletions

View File

@ -16,5 +16,8 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "^0.5.0"
},
"scripts": {
"start": "grunt"
}
}