Skip to content

Commit

Permalink
call build before check-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Sep 11, 2024
1 parent 2dfb161 commit f3a9ff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
run: yarn install --ignore-optional --offline

- name: Format and Lint check
run: yarn check-format && yarn check-tsc && yarn check-exports && yarn lint
run: yarn check-format && yarn check-tsc && yarn lint && yarn build && yarn check-exports

- name: Tests and Coverage
run: yarn test --coverage

- name: Build
run: yarn build

0 comments on commit f3a9ff8

Please sign in to comment.