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 9c668e091f
commit 638dd15f61
1 changed files with 4 additions and 1 deletions

View File

@ -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"
}
}