From 8384c165c780111922ae12197d179a5ace330c70 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 14:23:00 -0600 Subject: [PATCH] fix --- publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sh b/publish.sh index 2b639fa..e835493 100644 --- a/publish.sh +++ b/publish.sh @@ -10,6 +10,8 @@ git pull origin master git checkout npm git checkout master -- package.json git checkout master -- README.md +git add package* README.md || true +git commit -m "bump" || true sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json npm install --save @root/greenlock@latest npm publish ./