Merge pull request #658 from fr1n63/patch-1

Add '|| exit' 0 to opencollective
This commit is contained in:
Michael Diarmid 2018-01-17 15:15:44 +00:00 committed by GitHub
commit 43070b8c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"flow": "flow", "flow": "flow",
"lint": "eslint ./src", "lint": "eslint ./src",
"prepublish": "npm run clean && npm run build", "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", "test-cli": "node ./bin/test.js",
"tests-packager": "cd tests && npm run start", "tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install", "tests-npm-install": "cd tests && npm install",