Skip to content

Commit

Permalink
fix: add tsc check before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mo4islona committed May 31, 2024
1 parent 87c60ba commit f446478
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 @@ -60,6 +60,9 @@ jobs:

- run: yarn install --immutable

# Check compile errors before build
- run: yarn tsc

- run: yarn build
env:
APP_ENV: ${{ steps.env.outputs.app_env }}
Expand Down

0 comments on commit f446478

Please sign in to comment.