script fixup

This commit is contained in:
Ladd 2025-12-28 11:36:48 -06:00
parent 18869f1027
commit c27f53cd92

2
commit
View File

@ -12,5 +12,5 @@ git checkout dev
git add .
git commit
git push
ssh lentilz 'cd ~/code/gravity-dev && git add . && git stash && git pull && git apply stash && npm i'
ssh lentilz 'cd ~/code/gravity-dev && git add . && git stash && git pull && git stash apply && npm i'