try with Vercel build cache 3

This commit is contained in:
martin-mfg
2026-02-07 17:26:34 +01:00
parent 43dbca0e9c
commit d2d2d4bc71
+1 -2
View File
@@ -6,8 +6,7 @@ set -euo pipefail
# move into the folder of this script
cd "$(dirname "$0")"
rm -rf apps/backend/.vercel/output/functions/api.func/node_modules
git clean ./apps -fx
mkdir -p apps/backend/.vercel/output/functions/api.func/
# copying `backend` to `backend/.vercel/...` directly may cause problems