fix(bin): 优化打包脚本

This commit is contained in:
v-zhangjc9
2025-06-04 10:02:25 +08:00
parent 1217d114bd
commit fdec62b56e
5 changed files with 19 additions and 51 deletions

View File

@@ -1,6 +0,0 @@
import {fs} from 'zx'
let stats = fs.statSync('/Users/lanyuanxiaoyao/Project/IdeaProjects/hudi-service/service-api');
console.log(stats.ctime)
console.log(stats.atime)
console.log(stats.mtime)