@@ -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