Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dist): fix npm publish 2fac in release script
When the relase script runs 'npm publish', publishing fails because the command requires interactive 2-factor auth. Make release.go forward stdin and stdout/stderr so that 'npm publish' can run interactively. This commit affects more commands, such as 'rsync', in case an ssh auth prompt appears, or if the user just wants to see the output of commands.
- Loading branch information