mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update registry field on install
This commit is contained in:
parent
e582ca38fc
commit
67476032e0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ jobs:
|
|||
key: *yarn_cache_key
|
||||
- run:
|
||||
name: Install Js dependencies
|
||||
command: yarn install --no-progress
|
||||
command: yarn install --no-progress --registry https://registry.verdaccio.org
|
||||
- run:
|
||||
name: Prepare CI
|
||||
command: yarn run pre:ci
|
||||
|
|
Loading…
Reference in a new issue