Skip to content

Commit 287bb82

Browse files
committed
refactor: remove generate-nodejs-toolchain command from ng-dev misc
This is no longer needed with the bazel modules.
1 parent 3ec78dc commit 287bb82

File tree

2 files changed

+1
-135
lines changed

2 files changed

+1
-135
lines changed

ng-dev/misc/cli.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {Argv} from 'yargs';
1010
import {SyncModuleBazelModule} from './sync-module-bazel/cli.js';
1111
import {BuildAndLinkCommandModule} from './build-and-link/cli.js';
1212
import {GeneratedFilesModule} from './generated-files/cli.js';
13-
import {GeneratedNodeJsToolchainModule} from './generate-nodejs-toolchain/cli.js';
1413

1514
/** Build the parser for the misc commands. */
1615
export function buildMiscParser(localYargs: Argv) {
@@ -19,6 +18,5 @@ export function buildMiscParser(localYargs: Argv) {
1918
.strict()
2019
.command(SyncModuleBazelModule)
2120
.command(BuildAndLinkCommandModule)
22-
.command(GeneratedFilesModule)
23-
.command(GeneratedNodeJsToolchainModule);
21+
.command(GeneratedFilesModule);
2422
}

ng-dev/misc/generate-nodejs-toolchain/cli.ts

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

0 commit comments

Comments
 (0)