fix: scripts again

This commit is contained in:
nikomiko 2026-02-05 23:15:17 -05:00
parent 04904c32cb
commit 9283fe71e8

View file

@ -9,4 +9,4 @@
SOURCE_DIR=$1
cd "$1" || { echo "Can't cd 😓 - code $?"; exit; }
git fetch --all && git branch "backup-$(date +'%s')" && git checkout -f origin/main && npx turbo build
git fetch --all && git branch "backup-$(date +'%s')" && git checkout -f origin/main && turbo build