publish.bat 147 B

1234567
  1. set current_path="%~dp0"
  2. cd %current_path%
  3. cd ..
  4. echo npm version patch
  5. echo npm run build-lib
  6. npm publish --registry https://npm.leanwo.com/
  7. pause