You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"postinstall": "node -e \"console.log('Thank you for installing \\u001b[35mEJS\\u001b[0m: built with the \\u001b[32mJake\\u001b[0m JavaScript build tool (\\u001b[32mhttps://jakejs.com/\\u001b[0m)\\n');\""
The reason will be displayed to describe this comment to others. Learn more.
What's the reason of adding this?
While I totally understand your right to add whatever you think should be added to the project, please consider making it optional as it pollutes the logs and doesn't bring any useful information.
Here's a good example of how it can be done in a less intrusive way: https://github.com/opencollective/opencollective-postinstall
b9b6ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason of adding this?
While I totally understand your right to add whatever you think should be added to the project, please consider making it optional as it pollutes the logs and doesn't bring any useful information.
Here's a good example of how it can be done in a less intrusive way:
https://github.com/opencollective/opencollective-postinstall
b9b6ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most discreet post-install added in https://github.com/mde/ejs/releases/tag/v2.7.3. Thanks for the info.