Last active
July 1, 2019 21:35
-
-
Save alexrqs/f8cf441a31b231b456f5e0b529a0ce88 to your computer and use it in GitHub Desktop.
npm token use
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
export NPM_TOKEN="00000000-0000-0000-0000-000000000000" | |
# .npmrc | |
package-lock=false | |
//registry.npmjs.org/:_authToken=${NPM_TOKEN} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment