Skip to content

Commit

Permalink
fix: fail gracefully if postinstall fails
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 6, 2018
1 parent 2582d96 commit 64a82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"web": "node web",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepush": "npm run lint",
"postinstall": "node -e \"console.log('\\u001b[32mLove nodemon? You can now support the project via the open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/nodemon/donate\\u001b[0m\\n')\""
"postinstall": "node -e \"console.log('\\u001b[32mLove nodemon? You can now support the project via the open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/nodemon/donate\\u001b[0m\\n')\" || exit 0"
},
"devDependencies": {
"@commitlint/cli": "^3.1.3",
Expand Down

0 comments on commit 64a82ff

Please sign in to comment.