Removing npm invocation from staging file

This commit is contained in:
Jezza Hehn 2026-05-04 00:48:15 -04:00 committed by GitHub
parent bdad1d21dc
commit a50c47588e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,6 @@ SOURCE_DIR=$1
cd "$SOURCE_DIR"
git fetch --all && git branch "backup-$(date +'%s')"
npm i -g pnpm && pnpm setup && pnpm i -g turbo \
pnpm i -g turbo \
&& git checkout -f origin/main \
&& pnpm i && turbo build