Skip to content

Commit

Permalink
[TM-1271] Need to install deps for the gateway too.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Sep 18, 2024
1 parent ea80b99 commit 36a9c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
node-version: 20
cache: 'npm'

- run: npm ci --legacy-peer-deps
- run: npm ci --legacy-peer-deps && (cd apps/api-gateway; npm ci)

- uses: nrwl/nx-set-shas@v4

# Distributed execution only works with cacheable builds. The Api Gateway build is not currently
Expand Down

0 comments on commit 36a9c65

Please sign in to comment.