publish.bat 139 B

1234567
  1. set current_path="%~dp0"
  2. cd %current_path%
  3. cd ..
  4. npm version patch
  5. npm run build-lib
  6. npm publish --registry http://wuzhixin.vip:4873/
  7. pause