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

+ 4 - 0
publish.bat

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