Skip to content

Commit

Permalink
chore(CI): add app compilation in CI to make sure we don't break it a…
Browse files Browse the repository at this point in the history
…gain
  • Loading branch information
maxime1992 committed Feb 4, 2024
1 parent 8f59cb2 commit 0b63e97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
run: yarn prettier:check
- name: Check Readme
run: yarn readme:check
- name: Build
- name: Build lib
run: yarn lib:build:prod
- name: Build app
run: yarn demo:build:prod
- name: Test
run: yarn lib:test:ci
- name: Coverage
Expand Down

0 comments on commit 0b63e97

Please sign in to comment.