build: set npm registry for publishing (#40485)
Set the npm registry used for publishing npm packages PR Close #40485
This commit is contained in:
parent
f1cf875872
commit
0712d52e83
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue