Skip to content

Commit

Permalink
install common deps before be build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Sep 22, 2024
1 parent c4a4d15 commit 669a8d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
npm i @nx/[email protected] @nx/[email protected] @nx/[email protected] @nxazure/func@^1.0.17 [email protected]
cd packages/functions
npm ci
cd ../common
npm ci
cd ../..
npx nx build functions
Expand Down

0 comments on commit 669a8d6

Please sign in to comment.