mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: add registry field
This commit is contained in:
parent
8dae1f4adb
commit
b5465751a9
2 changed files with 3 additions and 2 deletions
3
.github/workflows/changesets.yml
vendored
3
.github/workflows/changesets.yml
vendored
|
@ -28,9 +28,10 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: setup node.js
|
- name: setup node.js
|
||||||
uses: actions/setup-node@v2-beta
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
registry-url: https://registry.verdaccio.org
|
||||||
|
|
||||||
- name: install pnpm
|
- name: install pnpm
|
||||||
run: npm i pnpm@latest -g
|
run: npm i pnpm@latest -g
|
||||||
|
|
2
.npmrc
2
.npmrc
|
@ -1,5 +1,5 @@
|
||||||
always-auth = true
|
always-auth = true
|
||||||
recursive-install = true
|
recursive-install = true
|
||||||
registry = https://registry.verdaccio.org/
|
registry = https://registry.verdaccio.org
|
||||||
loglevel=info
|
loglevel=info
|
||||||
//registry.verdaccio.org/:_authToken=$NPM_TOKEN
|
//registry.verdaccio.org/:_authToken=$NPM_TOKEN
|
||||||
|
|
Loading…
Reference in a new issue