From 34d95ae741db606afd1aae92eb88d39c43dec392 Mon Sep 17 00:00:00 2001 From: sjohn198 <113936594+sjohn198@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:01:37 -0700 Subject: [PATCH] Update main_safehaven307.yml --- .github/workflows/main_safehaven307.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_safehaven307.yml b/.github/workflows/main_safehaven307.yml index dbcb01e..966fbd8 100644 --- a/.github/workflows/main_safehaven307.yml +++ b/.github/workflows/main_safehaven307.yml @@ -21,11 +21,9 @@ jobs: with: node-version: '18.x' - - name: npm ci, install, build, and test + - name: npm install, build, and test run: | - npm ci - npm install - npm install cors + npm install --workspaces=false npm run build --if-present npm run test --if-present working-directory: packages/express-backend