fix publish script

This commit is contained in:
AJ ONeal 2019-11-01 14:06:24 -06:00
父節點 2585997138
當前提交 6b3911c60f
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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