Skip to content

Commit

Permalink
fix: Swapping order of publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-caldwell committed Nov 1, 2022
1 parent 9915044 commit 9c400ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ standard-version

printf "\n\n$BICyan$(echo Publishing new version..)$Color_Off"

git push --follow-tags origin master

yarn publish --access=public

git push --follow-tags origin master

0 comments on commit 9c400ae

Please sign in to comment.