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
There are a couple of ways this could be achieved:
Fail-fast with a nice error message if EDITOR has not been defined.
Ask the developer to enter the path to their editor in lieu of EDITOR not being defined.
Ideally, my preference would be for option 2, as I plan to use publish-release within the postpublish hook of all our modules, and this would allow developers who run npm publish to still have things work, rather than requiring them to define EDITOR, then re-run npm run postpublish.
The text was updated successfully, but these errors were encountered:
There are a couple of ways this could be achieved:
EDITOR
has not been defined.EDITOR
not being defined.Ideally, my preference would be for option 2, as I plan to use publish-release within the
postpublish
hook of all our modules, and this would allow developers who runnpm publish
to still have things work, rather than requiring them to defineEDITOR
, then re-runnpm run postpublish
.The text was updated successfully, but these errors were encountered: