build: set npm registry for publishing (#40485)

Set the npm registry used for publishing npm packages

PR Close #40485
This commit is contained in:
Joey Perrott 2021-01-19 08:30:33 -08:00 committed by Jessica Janiuk
parent f1cf875872
commit 0712d52e83
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import {ReleaseConfig} from '../dev-infra/release/config';
/** Configuration for the `ng-dev release` command. */
export const release: ReleaseConfig = {
publishRegistry: 'https://wombat-dressing-room.appspot.com',
npmPackages: [
'@angular/animations',
'@angular/bazel',