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
This commit is contained in:
Joey Perrott
2020-06-25 14:35:28 -07:00
committed by Andrew Kushnir
parent a68e623c80
commit 67cfc4c9bc

View File

@ -27,5 +27,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"
}
}