Skip to content

Commit

Permalink
ignore postinstall failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed May 5, 2018
1 parent 5d07a5e commit 3ee116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"test": "standard && node test.js",
"postinstall": "opencollective postinstall"
"postinstall": "opencollective postinstall || exit 0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 3ee116a

Please sign in to comment.