Skip to content

Commit

Permalink
ci(build): update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Nov 30, 2021
1 parent 71999b4 commit 6ad0e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cp -r ../.yarn/releases ./.yarn/
echo "Pushing into Repo"
git add .
git commit -m "$1"
git tag -s -a "$1"
git push --follow-tags origin build

echo "Cleaning Directory"
Expand Down

0 comments on commit 6ad0e4a

Please sign in to comment.