Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set NPM_TOKEN in the process, no messing with dotfiles #285

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

cszatmary
Copy link
Contributor

The npm login strategy will no set the NPM_TOKEN env var in the tb process. This way tb no longer messes with the user's dotfiles and there no need to source your dotfiles after. This works the same as before because docker-compose is run as a child process and child processes inherit the environment of the parent process.

@cszatmary cszatmary merged commit 37b9292 into master Nov 11, 2020
@cszatmary cszatmary deleted the fix-npm-login branch November 11, 2020 18:03
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.

2 participants