Skip to content

Commit

Permalink
fix rebases
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 17, 2024
1 parent d22eac6 commit 12cea9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
npm run prepublishOnly
npm version patch
git push

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

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

git checkout dev

0 comments on commit 12cea9e

Please sign in to comment.