From ded61cc7c6b7a63acf0c858beb5f70251d7870ae Mon Sep 17 00:00:00 2001 From: sjohn198 <113936594+sjohn198@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:10:56 -0700 Subject: [PATCH] Update main_safehaven307.yml --- .github/workflows/main_safehaven307.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_safehaven307.yml b/.github/workflows/main_safehaven307.yml index 966fbd8..faa503b 100644 --- a/.github/workflows/main_safehaven307.yml +++ b/.github/workflows/main_safehaven307.yml @@ -24,6 +24,7 @@ jobs: - name: npm install, build, and test run: | npm install --workspaces=false + npm install multer --workspaces=false npm run build --if-present npm run test --if-present working-directory: packages/express-backend