Last active
August 11, 2016 13:31
-
-
Save alfredwesterveld/eee9c258656db4f1e96cf7f5a14945bd to your computer and use it in GitHub Desktop.
add private npm token to .npmrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| touch .npmrc; grep -q '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' .npmrc || echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment