10 lines
103 B
Bash
Executable File
10 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
git diff --exit-code
|
|
npm run package
|
|
git push
|
|
git push --tags
|
|
npm publish
|
|
gh-release
|