Browse Source

fix publish script

npm
AJ ONeal 5 years ago
parent
commit
6b3911c60f
  1. 2
      publish.sh

2
publish.sh

@ -4,7 +4,7 @@ set -e
set -u
git fetch --all
git checkout master
git checkout origin master
git pull
git checkout npm

Loading…
Cancel
Save