fix: scripts again
This commit is contained in:
parent
04904c32cb
commit
9283fe71e8
1 changed files with 1 additions and 1 deletions
2
stage.sh
2
stage.sh
|
|
@ -9,4 +9,4 @@
|
||||||
SOURCE_DIR=$1
|
SOURCE_DIR=$1
|
||||||
|
|
||||||
cd "$1" || { echo "Can't cd 😓 - code $?"; exit; }
|
cd "$1" || { echo "Can't cd 😓 - code $?"; exit; }
|
||||||
git fetch --all && git branch "backup-$(date +'%s')" && git checkout -f origin/main && npx turbo build
|
git fetch --all && git branch "backup-$(date +'%s')" && git checkout -f origin/main && turbo build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue