Skip to content

Commit

Permalink
fix: Lint build requires install of the react app
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-marion authored and bigadsoleiman committed Aug 2, 2024
1 parent 771ad33 commit 2ac55f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Formatting
run: |
npm ci
cd ./lib/user-interface/react-app
npm ci
cd -
npm run lint
- name: Backend
run: |
Expand Down

0 comments on commit 2ac55f8

Please sign in to comment.