Skip to content

Commit

Permalink
prevent postinstall errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Aug 12, 2017
1 parent 2ff8b5a commit a0d888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"precommit": "npm run lint",
"prepublish": "npm run build && npm run make-start",
"postpublish": "cd start && npm publish",
"postinstall": "opencollective postinstall"
"postinstall": "opencollective postinstall || exit 0"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10",
Expand Down

0 comments on commit a0d888d

Please sign in to comment.