feat(bin): 优化打包脚本,遇到没有修改的模块就跳过发布流程

This commit is contained in:
v-zhangjc9
2025-07-02 17:29:28 +08:00
parent cdf51cc85f
commit 67e0cada00
3 changed files with 40 additions and 1 deletions

3
bin/test.js Normal file
View File

@@ -0,0 +1,3 @@
import {isModified} from './library.js'
console.log(await isModified('/Users/lanyuanxiaoyao/Project/IdeaProjects/hudi-service/pom.xml'))