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