fix publish script

Este commit está contenido en:
AJ ONeal 2019-11-01 14:06:24 -06:00
padre 2585997138
commit 6b3911c60f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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