lrf 2 年之前
父节点
当前提交
209eec43fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      publish.bat

+ 1 - 1
publish.bat

@@ -1,4 +1,4 @@
 @echo start to publish free-midway-component
-call npm run build
 call npm version patch
+call npm run build
 call npm publish