Skip to content

Commit

Permalink
adding grunt build task
Browse files Browse the repository at this point in the history
  • Loading branch information
Everton Fraga authored and Everton Fraga committed Dec 1, 2017
1 parent ec2151d commit c1d6806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"npm": "2.5.0"
},
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"build": "grunt"
},
"dependencies": {
"body-parser": "1.12.0",
Expand Down

0 comments on commit c1d6806

Please sign in to comment.