Przeglądaj źródła

修复publish方法。

杨志杰 3 lat temu
rodzic
commit
21c9aced58
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      bat/publish.bat

+ 2 - 0
bat/publish.bat

@@ -1,5 +1,7 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
+npm version patch
+npm run build-lib
 npm publish --registry http://wuzhixin.vip:4873/
 pause