Removing npm invocation from staging file
This commit is contained in:
parent
bdad1d21dc
commit
a50c47588e
1 changed files with 1 additions and 1 deletions
2
stage.sh
2
stage.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue