Closed reitermarkus closed 6 years ago
doesn't the package-lock.json file need updating too?
doesn't the package-lock.json file need updating too?
Right. I updated the file via GitHub.
🎉
I don't mind doing that when I merge it, thanks a lot.
@reitermarkus out of interest, does this update contain anything in particular that you need?
EDIT: Just seen the related issue, I see now 👍
@JamieMason see https://github.com/Homebrew/homebrew-core/pull/28873. The upgrade was needed in order to get a non-broken build on our Jenkins CI. Otherwise, despite a seemingly successful build the program would just output nothing.
@JamieMason on a related note, you may want to add brew install imageoptim-cli
as a suggested way of installing! :)
see #18 @ilovezfs, we tried that a while back but no dice. This PR should be merged soon.
@JamieMason but now you have dice! I have merged imageoptim-cli
into Homebrew/homebrew-core already. See
https://github.com/Homebrew/homebrew-core/commit/ad3ec7905f3bfb9c64cc5eb16a5753cef78d15cd
https://github.com/Homebrew/homebrew-core/commit/abca9752a87c50cf5e815e44eefac80dbe2db573
ha, no way! 😆 thanks @ilovezfs I'll go check that out after I've done this release.
/cc @jamesstout
@JamieMason you're welcome. It was really @reitermarkus's doing!
👏 @reitermarkus 👏 @ilovezfs 👏
Love it, nice one!
Just published imageoptim-cli@2.0.3 by the way, thanks a lot
👌
Excellent. thank you.
On 13 Jun 2018, at 6:02 PM, Jamie Mason notifications@github.com wrote:
👌
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JamieMason/ImageOptim-CLI/pull/166#issuecomment-396884369, or mute the thread https://github.com/notifications/unsubscribe-auth/ABgM_paKE_sqhRtsRxYCfr6pOkQkeZsoks5t8OM7gaJpZM4UlhD4.
Types of Changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Fixes build when
stdin
is not a TTY.Related Issues
https://github.com/nexe/nexe/pull/496 https://github.com/Homebrew/homebrew-core/pull/28873.
Justification
– " –
How Can This Be Tested?
Build with
printf '' | npm run build
and then try using./dist/imageoptim -V
. The output will be empty before this fix.