mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix(build): output task name repeat (#6363)
This commit is contained in:
parent
f3b4e54c0c
commit
6a7f1004cc
@ -5,4 +5,4 @@ export const withTaskName = <T extends TaskFunction>(name: string, fn: T) =>
|
||||
Object.assign(fn, { displayName: name })
|
||||
|
||||
export const runTask = (name: string) =>
|
||||
withTaskName(name, () => run(`pnpm run build ${name}`))
|
||||
withTaskName(`shellTask:${name}`, () => run(`pnpm run build ${name}`))
|
||||
|
Loading…
Reference in New Issue
Block a user