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