File tree Expand file tree Collapse file tree 5 files changed +0
-41
lines changed
Expand file tree Collapse file tree 5 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ ts_project(
1616 "//ng-dev/release/npm-dist-tag" ,
1717 "//ng-dev/release/precheck" ,
1818 "//ng-dev/release/publish" ,
19- "//ng-dev/release/set-dist-tag" ,
2019 "//ng-dev/release/stamping" ,
2120 "//ng-dev/utils" ,
2221 ],
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {ReleaseInfoCommandModule} from './info/cli.js';
1212import { ReleaseNotesCommandModule } from './notes/cli.js' ;
1313import { ReleasePrecheckCommandModule } from './precheck/cli.js' ;
1414import { ReleasePublishCommandModule } from './publish/cli.js' ;
15- import { ReleaseSetDistTagCommand } from './set-dist-tag/cli.js' ;
1615import { BuildEnvStampCommand } from './stamping/cli.js' ;
1716import { ReleaseNpmDistTagCommand } from './npm-dist-tag/cli.js' ;
1817
@@ -27,7 +26,6 @@ export function buildReleaseParser(localYargs: Argv) {
2726 . command ( ReleaseInfoCommandModule )
2827 . command ( ReleaseNpmDistTagCommand )
2928 . command ( ReleasePrecheckCommandModule )
30- . command ( ReleaseSetDistTagCommand )
3129 . command ( BuildEnvStampCommand )
3230 . command ( ReleaseNotesCommandModule ) ;
3331}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments