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:
parent
9c668e091f
commit
638dd15f61
|
@ -22,5 +22,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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue