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 1e1e242570
commit 1d563a7acd
19 changed files with 73 additions and 16 deletions

View File

@ -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"
}
} }

View File

@ -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"
} }
} }

View File

@ -28,5 +28,8 @@
"sideEffects": [ "sideEffects": [
"**/global/*.js", "**/global/*.js",
"**/closure-locale.*" "**/closure-locale.*"
] ],
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
} }

View File

@ -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"
} }
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -35,5 +35,8 @@
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {
"node": ">=8.0" "node": ">=8.0"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
} }
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }

View File

@ -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"
}
} }