Skip to content

Commit

Permalink
fix(ci): Add install dependency for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-exists committed Sep 11, 2023
1 parent 7f98706 commit f62f36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
exit 1
fi
- name: Build generated code
- name: Install dependencies and Build generated code
run: |
cd recipes/next
yarn
yarn build
- name: Check for build failures
Expand Down

0 comments on commit f62f36b

Please sign in to comment.