add script to commit and push in one action in codespaces
parent
8d51ab3bfc
commit
a207eb2fc8
|
|
@ -0,0 +1 @@
|
|||
yarn build; git add .; git commit -m "$1" -q; git push
|
||||
Loading…
Reference in New Issue