mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: add registry field
This commit is contained in:
parent
8dae1f4adb
commit
b5465751a9
3
.github/workflows/changesets.yml
vendored
3
.github/workflows/changesets.yml
vendored
@ -28,9 +28,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup node.js
|
||||
uses: actions/setup-node@v2-beta
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
registry-url: https://registry.verdaccio.org
|
||||
|
||||
- name: install pnpm
|
||||
run: npm i pnpm@latest -g
|
||||
|
2
.npmrc
2
.npmrc
@ -1,5 +1,5 @@
|
||||
always-auth = true
|
||||
recursive-install = true
|
||||
registry = https://registry.verdaccio.org/
|
||||
registry = https://registry.verdaccio.org
|
||||
loglevel=info
|
||||
//registry.verdaccio.org/:_authToken=$NPM_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user