diff --git a/aztec-up/bootstrap.sh b/aztec-up/bootstrap.sh index dad8802868d8..4618253bca97 100755 --- a/aztec-up/bootstrap.sh +++ b/aztec-up/bootstrap.sh @@ -20,6 +20,9 @@ function build { echo # Create Verdaccio config. + # publish.allow_offline lets verdaccio accept publishes when the npmjs + # uplink is briefly unreachable, instead of returning 503. We never want + # the upstream existence check to gate these local fake-publishes. cat > /tmp/verdaccio-config.yaml <