Skip to content

Commit

Permalink
deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 17, 2024
1 parent e4cce1f commit 250e199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"displayName": "Teslemetry",
"private": "true",
"displayName": "Development Branch",
"name": "homebridge-teslemetry",
"description": "Connect Homebridge to your Teslemetry account.",
"version": "0.1.0",
Expand Down
10 changes: 7 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ npm version minor
git push

git checkout teslemetry
git rebase dev -X ours
git rebase dev
git push --force-with-lease

git checkout tessie
git rebase dev
git push --force-with-lease

git checkout teslemetry
rm -r dist
npm publish

git checkout tessie
git rebase dev -X ours
git push --force-with-lease
rm -r dist
npm publish

Expand Down

0 comments on commit 250e199

Please sign in to comment.