File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { hideBin } from 'yargs/helpers';
77
88import { command as defaultCommand } from './commands/$default.js' ;
99import { getCustomCommands } from './commands/custom.js' ;
10- import { command as testProfileCommand } from './commands/test-profile.js' ;
1110import { command as testSentryCommand } from './commands/test-sentry.js' ;
1211import { command as toolsCommand } from './commands/tools.js' ;
1312import { SharedOptions , sharedOptions } from './options.js' ;
@@ -61,7 +60,6 @@ const main = async () => {
6160 . command ( [
6261 defaultCommand ,
6362 testSentryCommand ,
64- testProfileCommand ,
6563 toolsCommand ,
6664 ...customCommands , // Add custom commands
6765 ] as CommandModule [ ] )
You can’t perform that action at this time.
0 commit comments