From c7e2be84261becfce4c8629a675f25c768cd0a44 Mon Sep 17 00:00:00 2001 From: Braulio Date: Sun, 15 Feb 2026 17:39:08 +0100 Subject: [PATCH] update --- .github/workflows/deploy-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-functions.yml b/.github/workflows/deploy-functions.yml index 7b05d2a..4b7683d 100644 --- a/.github/workflows/deploy-functions.yml +++ b/.github/workflows/deploy-functions.yml @@ -106,7 +106,7 @@ jobs: # Install only production dependencies inside deploy/ # This creates deploy/node_modules ready for Azure runtime cd deploy - npm install --omit=dev --ignore-scripts + npm install --omit=dev --ignore-scripts --install-links # Deploy the prepared folder to Azure Functions - name: Deploy to Azure Functions