We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1885b commit 846e43dCopy full SHA for 846e43d
ng-dev/misc/cli.ts
@@ -8,7 +8,6 @@
8
import {Argv} from 'yargs';
9
10
import {BuildAndLinkCommandModule} from './build-and-link/cli.js';
11
-import {UpdateYarnCommandModule} from './update-yarn/cli.js';
12
import {GeneratedFilesModule} from './generated-files/cli.js';
13
import {GeneratedNodeJsToolchainModule} from './generate-nodejs-toolchain/cli.js';
14
@@ -18,7 +17,6 @@ export function buildMiscParser(localYargs: Argv) {
18
17
.help()
19
.strict()
20
.command(BuildAndLinkCommandModule)
21
- .command(UpdateYarnCommandModule)
22
.command(GeneratedFilesModule)
23
.command(GeneratedNodeJsToolchainModule);
24
}
ng-dev/misc/update-yarn/cli.ts
0 commit comments