Skip to content

Commit

Permalink
Add prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Perez committed Nov 14, 2015
1 parent bee4a93 commit 6a33dc3
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 @@ -4,7 +4,8 @@
"description": "Simple CLI like git interface for NodeJS",
"main": "lib/git-cli.js",
"scripts": {
"test": "grunt test"
"test": "grunt test",
"prepublish": "grunt build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a33dc3

Please sign in to comment.