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