Skip to content

Commit e88a2f8

Browse files
committed
chore: remove test-profile.
1 parent 33f6318 commit e88a2f8

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

packages/cli/src/commands/test-profile.ts

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

packages/cli/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { hideBin } from 'yargs/helpers';
77

88
import { command as defaultCommand } from './commands/$default.js';
99
import { getCustomCommands } from './commands/custom.js';
10-
import { command as testProfileCommand } from './commands/test-profile.js';
1110
import { command as testSentryCommand } from './commands/test-sentry.js';
1211
import { command as toolsCommand } from './commands/tools.js';
1312
import { 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[])

0 commit comments

Comments
 (0)