0
Fork 0
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:
Juan Picado @jotadeveloper 2018-12-22 12:54:43 +01:00 committed by GitHub
parent e582ca38fc
commit 67476032e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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