fix publish script
This commit is contained in:
parent
2585997138
commit
6b3911c60f
|
@ -4,7 +4,7 @@ set -e
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout master
|
git checkout origin master
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
git checkout npm
|
git checkout npm
|
||||||
|
|
Loading…
Reference in New Issue