Skip to content

Commit

Permalink
Add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats committed Aug 27, 2024
1 parent 1a59e76 commit 6c65287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
env:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Check types
run: yarn typecheck

- name: Build Frontend
run: yarn build
env:
Expand Down

0 comments on commit 6c65287

Please sign in to comment.