Skip to content

Instantly share code, notes, and snippets.

@enriched
Created September 12, 2017 19:57
Show Gist options
  • Save enriched/c57011faf18fe2be1a42d3b177ce64c8 to your computer and use it in GitHub Desktop.
Save enriched/c57011faf18fe2be1a42d3b177ce64c8 to your computer and use it in GitHub Desktop.
Get NPM Token from .npmrc
if [ -z "$NPM_TOKEN" ]; then
NPM_TOKEN=$(sed -En 's|^//registry\.npmjs\.org/:_authToken=(.*)|\1|p' ~/.npmrc);
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment