File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { getContentTypes } from '../utils/content-types';
55import { getAvailableAddons , getPremiumAddons } from '../utils/addons' ;
66import { installPackage } from '../utils/package-manager' ;
77import { logger } from '../utils/logger' ;
8- import { licenseSetup } from './subcommands/license-setup' ;
98import { enableContentTypes } from './subcommands/enable-content-types' ;
109
1110export async function install ( ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { Command } from 'commander';
44import chalk from 'chalk' ;
55import { install } from './commands/install' ;
66import { enable } from './commands/enable' ;
7- import { setupLicense } from './commands/license-setup' ;
87
98const program = new Command ( ) ;
109
@@ -44,6 +43,7 @@ program
4443// try {
4544// await setupLicense();
4645// } catch (error) {
46+ // eslint-disable-next-line max-len
4747// console.error(chalk.red('Error:'), error instanceof Error ? error.message : 'An unknown error occurred');
4848// process.exit(1);
4949// }
You can’t perform that action at this time.
0 commit comments