diff --git a/scripts/vercel-deploy.sh b/scripts/vercel-deploy.sh index 2c801645a1..82a3044458 100755 --- a/scripts/vercel-deploy.sh +++ b/scripts/vercel-deploy.sh @@ -27,7 +27,7 @@ fi # stop execution on error - don't let it build if something goes wrong set -e -git config --global init.defaultBranch main +git config --global init.defaultBranch feat/node-v15x git config --global advice.detachedHead false # set up an empty temporary work directory