Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rthe1st committed Dec 26, 2022
1 parent c160c56 commit b414065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
git checkout release
git rebase main
npm run build
rm -r docs
mv dist docs
git add docs
git commit --amend
git push --force
git push --force
git checkout main

0 comments on commit b414065

Please sign in to comment.