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:

committed by
Andrew Kushnir

parent
a68e623c80
commit
67cfc4c9bc
@ -27,5 +27,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/angular/angular/issues"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user