Skip to content

Commit

Permalink
Merge pull request #658 from fr1n63/patch-1
Browse files Browse the repository at this point in the history
Add '|| exit' 0 to opencollective
  • Loading branch information
Salakar authored Jan 17, 2018
2 parents c990370 + fd3f316 commit 43070b8
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 @@ -13,7 +13,7 @@
"flow": "flow",
"lint": "eslint ./src",
"prepublish": "npm run clean && npm run build",
"postinstall": "postinstall-build dist && opencollective postinstall",
"postinstall": "postinstall-build dist && opencollective postinstall || exit 0",
"test-cli": "node ./bin/test.js",
"tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install",
Expand Down

0 comments on commit 43070b8

Please sign in to comment.