build: set up publishing registry for ts-api-guardian (#40511)

Set the ts-api-guardian to be published via the wombot proxy.

PR Close #40511
This commit is contained in:
Joey Perrott 2021-01-21 10:55:25 -08:00 committed by Jessica Janiuk
parent 69385f7df4
commit 71ea1a6199
1 changed files with 4 additions and 1 deletions

View File

@ -44,5 +44,8 @@
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian"
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}