From 4d50b9a4df05b016eda0c40c0a7f7849bf6b157f Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 30 Jan 2022 17:27:52 +0000 Subject: [PATCH] Remove development script in favour of improved debugging options e.g cli --- scripts/commitAndPush.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100755 scripts/commitAndPush.sh 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