4 lines
110 B
Bash
4 lines
110 B
Bash
#!/bin/sh
|
|
|
|
npm version minor && npm publish && npm version patch && git push --tags && git push origin master
|