chore: add new .npmrc .envrc.*.local

This commit is contained in:
c4605
2024-08-21 13:09:22 +01:00
parent 1f7505373d
commit 3e05e61b46
4 changed files with 9 additions and 2 deletions

3
.envrc
View File

@@ -1 +1,2 @@
source_env_if_exists .envrc.local
source_env_if_exists .envrc.local
source_env_if_exists .envrc.*.local

View File

@@ -0,0 +1,3 @@
export NPM_CONFIG_USERCONFIG="$PWD"/.npmrc.public
export NPM_CONFIG_ACCESS=public
export NPM_KEY=

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules/
lib/
*.tgz
.envrc.*.local
.envrc.local
*.tgz

2
.npmrc.public Normal file
View File

@@ -0,0 +1,2 @@
@xlink-network:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_KEY}