mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
fix: fail gracefully if postinstall fails
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user