publish.bat 103 B

1234
  1. @echo start to publish free-midway-component
  2. call npm version patch
  3. call npm run build
  4. call npm publish