From e81081e906047abf0117b5dc3f24a26dd1026932 Mon Sep 17 00:00:00 2001 From: Jezza Hehn Date: Mon, 4 May 2026 00:53:01 -0400 Subject: [PATCH] Removing turbo setup command, it's already set up for deployer user This time it SHOULD work fine??? --- stage.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stage.sh b/stage.sh index 692e1af..b1f5791 100755 --- a/stage.sh +++ b/stage.sh @@ -11,6 +11,5 @@ SOURCE_DIR=$1 cd "$SOURCE_DIR" git fetch --all && git branch "backup-$(date +'%s')" -pnpm i -g turbo \ - && git checkout -f origin/main \ +git checkout -f origin/main \ && pnpm i && turbo build