From 36a9c65dc9abdd33bf23d8df156fb6c677e2b88b Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Wed, 18 Sep 2024 12:09:23 -0700 Subject: [PATCH] [TM-1271] Need to install deps for the gateway too. --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9f5b963..ddf3a9d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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