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