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
The build currently needs NPM_TOKEN defined and that variable is defined in Travis.
I think it's actually quite a pain to have this .npmrc file with an undefined token variable for something that is only used for publishing releases on npm. A thing we could do is to only generate that fine before deploying:
The build currently needs
NPM_TOKEN
defined and that variable is defined in Travis.I think it's actually quite a pain to have this
.npmrc
file with an undefined token variable for something that is only used for publishing releases on npm. A thing we could do is to only generate that fine before deploying:The text was updated successfully, but these errors were encountered: