Skip to content

Commit

Permalink
Added npm install and grunt to the contrib update command
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Jul 23, 2014
1 parent 3352346 commit b1c3bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"update": {
"all": [
{ "include": "update stable" },
{ "include": "update master" }
{ "include": "update master" },
[ "npm install", "Download dependencies"],
[ "grunt", "Build the library" ]
],
"master": [
[ "git checkout master", "Switch to the development branch" ],
Expand Down

0 comments on commit b1c3bd4

Please sign in to comment.