Skip to content

Commit

Permalink
Added postinstall hook
Browse files Browse the repository at this point in the history
In order to build Dredd from my repo with npm install
  • Loading branch information
Rikard Qvarforth committed Nov 7, 2014
1 parent 3e1f78a commit 4e3a6ce
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 @@
},
"scripts": {
"test": "scripts/test",
"prepublish": "scripts/prepublish"
"prepublish": "scripts/prepublish",
"postinstall": "scripts/build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4e3a6ce

Please sign in to comment.