diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 512b500e..b6a81aca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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