Skip to content

Commit

Permalink
Generate defs on prepare
Browse files Browse the repository at this point in the history
This allows the package to be installed directly from git
  • Loading branch information
johanneswuerbach committed Mar 24, 2019
1 parent c28c176 commit 099673e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ scratch
# node_modules is ignored anyway
.travis.yml
bin/amqp-rabbitmq-0.9.1.json
bin/generate-defs.js
etc/
coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"test": "make test",
"prepublish": "make"
"prepare": "make"
},
"keywords": [
"AMQP",
Expand Down

0 comments on commit 099673e

Please sign in to comment.