opencollective / opencollective-cli

Command Line Interface for Open Collective
MIT License
17 stars 12 forks source link

Cancel Ascii Message if `--production` is used #5

Closed TrevorJTClarke closed 4 years ago

TrevorJTClarke commented 6 years ago

Hello! I've been using packages that use this CLI tool. I love what can be accomplished with this!

Main issue:

Our specific use:

I am filing issue here, as it could be an issue with other packages than nuxt. If you think differently, I'll send to them instead :)

piamancini commented 6 years ago

cc @xdamman @asood123

xdamman commented 6 years ago

adding the || exit 0 should be done on the side of the project.

We could update this package to not run on CI environment, it's a good idea. Just worried about doing any change that are not high priority given that quite a few packages depend on it and we may break them (that's why we just published a lightweight version on https://github.com/opencollective/opencollective-postinstall )