build: set up all packages to publish via wombot proxy (#33747)

PR Close #33747
This commit is contained in:
Joey Perrott
2019-11-11 14:18:13 -08:00
committed by Kara Erickson
parent 49e517d049
commit b4d7a684f8
19 changed files with 73 additions and 16 deletions

View File

@ -26,5 +26,8 @@
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"schematics": "./schematics/collection.json"
"schematics": "./schematics/collection.json",
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}