From a4c7219d7eddfc2ecd075e580eef06514c160745 Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:29:45 +0100 Subject: [PATCH] Set `publish: $all` for `@react-native/normalize-colors` Verdaccio config --- .circleci/verdaccio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/verdaccio.yml b/.circleci/verdaccio.yml index c6eabda697ec9b..2590a6d2357fe2 100644 --- a/.circleci/verdaccio.yml +++ b/.circleci/verdaccio.yml @@ -18,7 +18,7 @@ packages: # Get @react-native/normalize-colors from npm registry, since its used in deprecated-react-native-prop-types package '@react-native/normalize-colors': access: $all - publish: $authenticated + publish: $all proxy: npmjs # Group and isolate all local packages, avoid being proxy from outside '@react-native/*':