Skip to content

Commit

Permalink
打包
Browse files Browse the repository at this point in the history
  • Loading branch information
biaov committed Oct 11, 2023
1 parent 4975f6a commit a3c14b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commander/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export const simplifyGit = async (desc = '更新代码') => {
}

/**
* 简化 git 提交命令
* 简化打包提交命令
*/
export const simplifyBuild = async (cmd: string, desc = '更新代码') => {
export const simplifyBuild = async (cmd: string, desc = '打包') => {
info()
info(`${chalk.yellow('>>')} 开始依次执行命令...`)
info()
Expand Down

0 comments on commit a3c14b2

Please sign in to comment.