Skip to content

Commit

Permalink
Update main_safehaven307.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohn198 authored Jun 5, 2024
1 parent e3be410 commit 34d95ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main_safehaven307.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34d95ae

Please sign in to comment.