mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
feat:build成功时在终端打印执行成功log
This commit is contained in:
parent
25c3a9c186
commit
8443a52bf8
5
web/src/utils/build.ts
Normal file
5
web/src/utils/build.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import pkg from '../../package.json'
|
||||
export const run = () => {
|
||||
console.log(`✨ ${pkg.name} - build successfully!`)
|
||||
}
|
||||
run()
|
Loading…
Reference in New Issue
Block a user