Skip to content

Commit

Permalink
Merge pull request #34 from 142vip/perf/import
Browse files Browse the repository at this point in the history
perf(@142vip/fairy-cli): 升级代码模块的引入
  • Loading branch information
mmdapl authored Aug 1, 2024
2 parents 01a66d9 + fe950b6 commit 8d20460
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 8d20460

Please sign in to comment.