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';
7
7
8
8
import { command as defaultCommand } from './commands/$default.js' ;
9
9
import { getCustomCommands } from './commands/custom.js' ;
10
- import { command as testProfileCommand } from './commands/test-profile.js' ;
11
10
import { command as testSentryCommand } from './commands/test-sentry.js' ;
12
11
import { command as toolsCommand } from './commands/tools.js' ;
13
12
import { SharedOptions , sharedOptions } from './options.js' ;
@@ -61,7 +60,6 @@ const main = async () => {
61
60
. command ( [
62
61
defaultCommand ,
63
62
testSentryCommand ,
64
- testProfileCommand ,
65
63
toolsCommand ,
66
64
...customCommands , // Add custom commands
67
65
] as CommandModule [ ] )
You can’t perform that action at this time.
0 commit comments