forgeplus-react/node_modules/js2wordcloud/shell/publish.sh

2 lines
206 B
Bash

#!/bin/bash
git add -A && git ci -m "[publish]" && git push origin master && git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master && npm version patch && npm publish