diff --git a/scripts/commitAndPush.sh b/scripts/commitAndPush.sh new file mode 100755 index 00000000..20bec0a3 --- /dev/null +++ b/scripts/commitAndPush.sh @@ -0,0 +1 @@ +yarn build; git add .; git commit -m "$1" -q; git push