AJ ONeal 5 years ago
parent
commit
1a9f1d2a34
  1. 1
      publish.sh

1
publish.sh

@ -11,6 +11,7 @@ git checkout npm
git checkout master -- package.json
git checkout master -- README.md
sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json
sed -i '' -e 's|.root.greenlock|greenlock|' README.md
npm install --save @root/greenlock@latest
git add package* README.md || true
git commit -m "bump" || true

Loading…
Cancel
Save