From 40fd731b74961d715f8b08e3b686124c7061c0f7 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 17 Aug 2022 20:20:16 +0200 Subject: [PATCH] test: improve e2e verdaccio configuration ``` lerna notice total files: 64 775 lerna notice 776 lerna ERR! E503 one of the uplinks is down, refuse to publish 777 error Command failed with exit code 1. 778 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 779 Error: Process completed with exit code 1. ``` --- admin/verdaccio.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin/verdaccio.yaml b/admin/verdaccio.yaml index 1e8c71c5a83e..dd72ade16c29 100644 --- a/admin/verdaccio.yaml +++ b/admin/verdaccio.yaml @@ -13,11 +13,21 @@ storage: ../storage +publish: + allow_offline: false + # A list of other known repositories we can talk to uplinks: npmjs: url: https://registry.npmjs.org/ packages: + '@docusaurus/*': + access: $all + publish: $all + '@*/*': + access: $all + publish: $authenticated + proxy: npmjs '**': # Allow all users (including non-authenticated users) to read and # publish all packages