7 lines
65 B
Bash
7 lines
65 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
npm version $1
|
||
|
|
git push
|
||
|
|
git push --tags
|
||
|
|
npm publish
|