From 638dd15f61944d08cab18b7509d14f0f150487e1 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 25 Jun 2020 14:35:28 -0700 Subject: [PATCH] build: add wombot proxy for publish config for @angular/benchpress (#37752) Adds the publishConfig registry value to the package.json of the @angular/benchpress package to publish it via wombat rather than through npm directly. PR Close #37752 --- packages/benchpress/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/benchpress/package.json b/packages/benchpress/package.json index 4e486f0983..103ed391d3 100644 --- a/packages/benchpress/package.json +++ b/packages/benchpress/package.json @@ -22,5 +22,8 @@ "bugs": { "url": "https://github.com/angular/angular/issues" }, - "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli" + "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli", + "publishConfig": { + "registry": "https://wombat-dressing-room.appspot.com" + } }