Skip to content

Commit ad02cd1

Browse files
author
Lauren
committed
[Claude] CI: add TypeScript typecheck step for web/ frontend
1 parent a44d1c8 commit ad02cd1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
run: |
2626
cd api
2727
pipenv run pytest
28+
- name: Typecheck frontend
29+
run: |
30+
cd web
31+
npm ci
32+
npx tsc --noEmit

0 commit comments

Comments
 (0)