diff --git a/stage.sh b/stage.sh index c961d62..31167c1 100755 --- a/stage.sh +++ b/stage.sh @@ -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 \ No newline at end of file +git fetch --all && git branch "backup-$(date +'%s')" && git checkout -f origin/main && turbo build \ No newline at end of file