Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 17, 2024
1 parent 12cea9e commit b41f778
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
set -e
git checkout dev

npm run prepublishOnly
npm version patch
npm version minor
git push

git checkout teslemetry
git rebase dev
git push --force-with-lease
npm run publish
npm publish

git checkout tessie
git rebase dev
git push --force-with-lease
npm run publish
npm publish

git checkout dev

0 comments on commit b41f778

Please sign in to comment.