Skip to content

Commit

Permalink
perf(@142vip/fairy-cli): 升级代码模块的引入
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Aug 1, 2024
1 parent 01a66d9 commit fe950b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fairy-cli/src/fairy-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
ChangelogOptions,
CleanUpOptions,
DeployOptions,
InstallOptions,
LintOptions,
LoginOptions,
PublishOptions,
Expand All @@ -15,13 +16,12 @@ import {
LoginPlatformEnum,
execCleanUp,
execDeploy,
execInstall,
execLink,
execLogin,
execPublish,
execTurboPack,
} from './commands'
import type { InstallOptions } from './commands/install'
import { execInstall } from './commands/install'

enum CliCommandEnum {
LOGIN = 'login',
Expand Down

0 comments on commit fe950b6

Please sign in to comment.