Skip to content

Commit

Permalink
fix backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Sep 22, 2024
1 parent 7150241 commit c4a4d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
shell: bash
run: |
npm i @nx/[email protected] @nx/[email protected] @nx/[email protected] @nxazure/func@^1.0.17 [email protected]
npx nx build functions
cd packages/functions
npm ci
cd ../..
npx nx build functions
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
Expand Down

0 comments on commit c4a4d15

Please sign in to comment.