Removing turbo setup command, it's already set up for deployer user

This time it SHOULD work fine???
This commit is contained in:
Jezza Hehn 2026-05-04 00:53:01 -04:00 committed by GitHub
parent 0db55d0e95
commit e81081e906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,5 @@ SOURCE_DIR=$1
cd "$SOURCE_DIR" cd "$SOURCE_DIR"
git fetch --all && git branch "backup-$(date +'%s')" 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 && pnpm i && turbo build