Skip to content

Commit 846e43d

Browse files
clydinjosephperrott
authored andcommitted
fix(ng-dev): remove unused yarn update misc command
`pnpm` is now used across the supported repos which makes the yarn update command unused and can be removed.
1 parent ba1885b commit 846e43d

File tree

2 files changed

+0
-145
lines changed

2 files changed

+0
-145
lines changed

ng-dev/misc/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import {Argv} from 'yargs';
99

1010
import {BuildAndLinkCommandModule} from './build-and-link/cli.js';
11-
import {UpdateYarnCommandModule} from './update-yarn/cli.js';
1211
import {GeneratedFilesModule} from './generated-files/cli.js';
1312
import {GeneratedNodeJsToolchainModule} from './generate-nodejs-toolchain/cli.js';
1413

@@ -18,7 +17,6 @@ export function buildMiscParser(localYargs: Argv) {
1817
.help()
1918
.strict()
2019
.command(BuildAndLinkCommandModule)
21-
.command(UpdateYarnCommandModule)
2220
.command(GeneratedFilesModule)
2321
.command(GeneratedNodeJsToolchainModule);
2422
}

ng-dev/misc/update-yarn/cli.ts

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)