diff --git a/package.json b/package.json index d96deab4..a4f0434b 100644 --- a/package.json +++ b/package.json @@ -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",