File tree Expand file tree Collapse file tree 2 files changed +1
-135
lines changed
generate-nodejs-toolchain Expand file tree Collapse file tree 2 files changed +1
-135
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {Argv} from 'yargs';
1010import { SyncModuleBazelModule } from './sync-module-bazel/cli.js' ;
1111import { BuildAndLinkCommandModule } from './build-and-link/cli.js' ;
1212import { GeneratedFilesModule } from './generated-files/cli.js' ;
13- import { GeneratedNodeJsToolchainModule } from './generate-nodejs-toolchain/cli.js' ;
1413
1514/** Build the parser for the misc commands. */
1615export 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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments