Skip to content

Commit

Permalink
Split rebase and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 19, 2024
1 parent dc5a295 commit 32ffe7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@ git checkout tessie
git rebase dev
git push --force-with-lease

git checkout teslemetry
rm -r dist
npm publish

git checkout tessie
rm -r dist
npm publish

git checkout dev
11 changes: 11 additions & 0 deletions rebase.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set -e

git checkout teslemetry
rm -r dist
npm publish

git checkout tessie
rm -r dist
npm publish

git checkout dev

0 comments on commit 32ffe7d

Please sign in to comment.