File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/legacy-cli/e2e/utils Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RELEASE_ENGINES_YARN = ">= 1.13.0"
66SNAPSHOT_REPOS = {
77 "@angular/cli" : "angular/cli-builds" ,
88 "@angular/pwa" : "angular/angular-pwa-builds" ,
9+ "@angular/build" : "angular/angular-build-builds" ,
910 "@angular/ssr" : "angular/angular-ssr-builds" ,
1011 "@angular-devkit/architect" : "angular/angular-devkit-architect-builds" ,
1112 "@angular-devkit/architect-cli" : "angular/angular-devkit-architect-cli-builds" ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export async function useSha(): Promise<void> {
102102 . filter ( ( name ) => name . startsWith ( '@angular/' ) )
103103 . forEach ( ( name ) => {
104104 const pkgName = name . split ( / \/ / ) [ 1 ] ;
105- if ( pkgName === 'cli' || pkgName === 'ssr' ) {
105+ if ( pkgName === 'cli' || pkgName === 'ssr' || pkgName === 'build' ) {
106106 return ;
107107 }
108108
You can’t perform that action at this time.
0 commit comments