From 6b3911c60f45efe5ce99d165762b24bbce8413be Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 14:06:24 -0600 Subject: [PATCH] fix publish script --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 82e236a..6ac254c 100644 --- a/publish.sh +++ b/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