release.sh 189 B

12345678
  1. #!/bin/bash
  2. npm run lint
  3. npm run build
  4. npx standard-version
  5. npm publish --registry http://registry.npmjs.org
  6. git push --follow-tags origin master
  7. git push gitee
  8. npx gren release --override