From f2000354676572a7f70a5587368d80678b9915f8 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 18 Jun 2025 18:48:45 +0000 Subject: [PATCH] test with no bin links --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3909a20..58507af 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,7 +25,7 @@ jobs: run: | echo $PR_BASE_REF if [[ $PR_BASE_REF != releases/* ]]; then - npm install + npm install --no-bin-links npm run build # remove node_modules to match production environment where only index.js is present rm -rf node_modules