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
We'd like to be able to use environment variables in our prepublish command, but this seems to require shell: true to be passed to execa.command(). Currently, we're using a workaround that sets shell: true when a | is found in the command. It would be great if we could enable it with something like this:
We'd like to be able to use environment variables in our prepublish command, but this seems to require
shell: true
to be passed toexeca.command()
. Currently, we're using a workaround that setsshell: true
when a|
is found in the command. It would be great if we could enable it with something like this:The text was updated successfully, but these errors were encountered: