Skip to content

Commit

Permalink
Remove unused "sourcefiles" command
Browse files Browse the repository at this point in the history
  • Loading branch information
mvirgil committed Jan 7, 2025
1 parent 20eb0ae commit 0add067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
32 changes: 0 additions & 32 deletions src/commands/sourcefiles.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { Command } from 'commander';
import { iosCommand } from './commands/ios';
import { androidCommand } from './commands/android';
import { sourcemapsCommand } from './commands/sourcemaps';
import { sourcefilesCommand } from './commands/sourcefiles';

const program = new Command();

Expand All @@ -40,6 +39,5 @@ program
program.addCommand(iosCommand);
program.addCommand(androidCommand);
program.addCommand(sourcemapsCommand);
program.addCommand(sourcefilesCommand);

program.parseAsync(process.argv);

0 comments on commit 0add067

Please sign in to comment.