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
Currently I'm running versioning of script within my nx monorepo against Azure Pipelines. nx version my-project is being run in conjunction with other scripts such as npm install, etc, which should they fail for some reason I wish for the task to fail as well.
At the moment jscutlery/semver is writing outputs to stderr, which I was hoping to request a feature to suppress (if not redirect to stdlog).
Good day, team
Currently I'm running versioning of script within my nx monorepo against Azure Pipelines.
nx version my-project
is being run in conjunction with other scripts such asnpm install
, etc, which should they fail for some reason I wish for the task to fail as well.At the moment jscutlery/semver is writing outputs to stderr, which I was hoping to request a feature to suppress (if not redirect to stdlog).
The text was updated successfully, but these errors were encountered: