Skip to content

Commit

Permalink
chore: release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 3, 2021
1 parent b20cc2c commit 9f3b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "➜ run tests" && echo " "
yarn test || exit 1;

echo "➜ create new version" && echo " "
npx standard-version -y
npx standard-version

echo "➜ build again with new version" && echo " "
yarn build || exit 1;
Expand Down

0 comments on commit 9f3b310

Please sign in to comment.