mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 06:44:18 +08:00
chore: add new .npmrc .envrc.*.local
This commit is contained in:
3
.envrc
3
.envrc
@@ -1 +1,2 @@
|
||||
source_env_if_exists .envrc.local
|
||||
source_env_if_exists .envrc.local
|
||||
source_env_if_exists .envrc.*.local
|
||||
3
.envrc.public.local.example
Normal file
3
.envrc.public.local.example
Normal file
@@ -0,0 +1,3 @@
|
||||
export NPM_CONFIG_USERCONFIG="$PWD"/.npmrc.public
|
||||
export NPM_CONFIG_ACCESS=public
|
||||
export NPM_KEY=
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
node_modules/
|
||||
lib/
|
||||
*.tgz
|
||||
.envrc.*.local
|
||||
.envrc.local
|
||||
*.tgz
|
||||
2
.npmrc.public
Normal file
2
.npmrc.public
Normal file
@@ -0,0 +1,2 @@
|
||||
@xlink-network:registry=https://registry.npmjs.org/
|
||||
//registry.npmjs.org/:_authToken=${NPM_KEY}
|
||||
Reference in New Issue
Block a user