Skip to content

Commit

Permalink
feat(symlinks): add env variables in npmrc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed May 26, 2022
1 parent 8d2ca0b commit a0d51d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 6 additions & 0 deletions symlinks/.exports
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX=true
export MCFLY_FUZZY=true
export MCFLY_INTERFACE_VIEW=BOTTOM

# NPM Exports
export NPM_REGISTRY_URL=https://registry.npmjs.org/
export NPM_ALWAYS_AUTH=false
export NPM_SCRIPTS_PREPEND_NODE_PATH=false
export NPM_AUDIT=false

# This should be the last line of the file
# For local changes
# Don't make edits below this
Expand Down
18 changes: 6 additions & 12 deletions symlinks/.npmrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
username=trystan2k
email=trystan2k@gmail.com
init.license=MIT
init-license=MIT
init.version=0.1.0
init-version=0.1.0
init.author.name=Thiago Mendonca
init-author-name=Thiago Mendonca
init.author.email=trystan2k@gmail.com
init-author-email=trystan2k@gmail.com
init.author.url=https://github.com/trystan2k
init-author-url=https://github.com/trystan2k
registry=${NPM_REGISTRY_URL}
always-auth=${NPM_ALWAYS_AUTH}
email=${NPM_EMAIL}
scripts-prepend-node-path=${NPM_SCRIPTS_PREPEND_NODE_PATH}
_auth=${NPM_AUTH}
audit=${NPM_AUDIT}

0 comments on commit a0d51d5

Please sign in to comment.