杨志杰 3 лет назад
Родитель
Сommit
21c9aced58
1 измененных файлов с 2 добавлено и 0 удалено
  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