Skip to content

Conversation

@djmitche
Copy link
Contributor

@djmitche djmitche commented Dec 1, 2025

Because this script runs with set -e, the someboolean && some action approach causes the shell to exit, as that statement evaluates to false when someboolean is false.

Sorry, this was a rookie error. I couldn't figure out how to run this locally in the repo to test it! I've now found npm exec and tested it with that command.

Because this script runs with `set -e`, the `someboolean && some action`
approach causes the shell to exit, as that statement evaluates to false
when `someboolean` is false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant