We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f6318 commit e88a2f8Copy full SHA for e88a2f8
packages/cli/src/commands/test-profile.ts
packages/cli/src/index.ts
@@ -7,7 +7,6 @@ import { hideBin } from 'yargs/helpers';
7
8
import { command as defaultCommand } from './commands/$default.js';
9
import { getCustomCommands } from './commands/custom.js';
10
-import { command as testProfileCommand } from './commands/test-profile.js';
11
import { command as testSentryCommand } from './commands/test-sentry.js';
12
import { command as toolsCommand } from './commands/tools.js';
13
import { SharedOptions, sharedOptions } from './options.js';
@@ -61,7 +60,6 @@ const main = async () => {
61
60
.command([
62
defaultCommand,
63
testSentryCommand,
64
- testProfileCommand,
65
toolsCommand,
66
...customCommands, // Add custom commands
67
] as CommandModule[])
0 commit comments