build: set up all packages to publish via wombot proxy (#33747)
PR Close #33747
This commit is contained in:
parent
1e1e242570
commit
1d563a7acd
|
@ -23,5 +23,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,5 +47,8 @@
|
||||||
"schematics": "./src/schematics/collection.json",
|
"schematics": "./src/schematics/collection.json",
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
|
},
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -28,5 +28,8 @@
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"**/global/*.js",
|
"**/global/*.js",
|
||||||
"**/closure-locale.*"
|
"**/closure-locale.*"
|
||||||
]
|
],
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,5 +45,8 @@
|
||||||
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
|
},
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": true
|
"sideEffects": true,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -25,5 +25,8 @@
|
||||||
"migrations": "./schematics/migrations.json",
|
"migrations": "./schematics/migrations.json",
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,8 @@
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"schematics": "./schematics/collection.json"
|
"schematics": "./schematics/collection.json",
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,5 +25,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,5 +13,8 @@
|
||||||
},
|
},
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
|
},
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,5 +35,8 @@
|
||||||
"@babel/core": "^7.5.5",
|
"@babel/core": "^7.5.5",
|
||||||
"glob": "7.1.2",
|
"glob": "7.1.2",
|
||||||
"yargs": "13.1.0"
|
"yargs": "13.1.0"
|
||||||
|
},
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,5 +24,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,5 +35,8 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0"
|
"node": ">=8.0"
|
||||||
|
},
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,5 +27,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,5 +25,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,5 +36,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,5 +27,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,5 +26,8 @@
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
},
|
||||||
"sideEffects": false
|
"sideEffects": false,
|
||||||
|
"publishConfig":{
|
||||||
|
"registry":"https://wombat-dressing-room.appspot.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue