add script to commit and push in one action in codespaces

pull/289/head
Frostebite 2021-08-13 21:41:57 +01:00
parent 8d51ab3bfc
commit a207eb2fc8
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
yarn build; git add .; git commit -m "$1" -q; git push