try with Vercel build cache 2

This commit is contained in:
martin-mfg
2026-02-07 16:00:34 +01:00
parent 8ef2c8034f
commit d5fd9990bf
+3
View File
@@ -6,6 +6,9 @@ set -euo pipefail
# move into the folder of this script
cd "$(dirname "$0")"
rm -rf apps/backend/.vercel/output/functions/api.func/node_modules
mkdir -p apps/backend/.vercel/output/functions/api.func/
# copying `backend` to `backend/.vercel/...` directly may cause problems
cp -RP apps/backend/. apps/backend-copy/