AJ ONeal 5 years ago
parent
commit
be95b6f1b5
  1. 4
      publish.sh

4
publish.sh

@ -4,8 +4,8 @@ set -e
set -u
git fetch --all
git checkout origin master
git pull
git checkout master
git pull origin master
git checkout npm
git checkout master -- package.json

Loading…
Cancel
Save