Skip to content

Commit efa68df

Browse files
committed
Fix frontend build
1 parent 6531bc6 commit efa68df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/frontend.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
working-directory: ./frontend
3232
run: npm ci
3333

34-
- name: Type check
35-
working-directory: ./frontend
36-
run: npx tsc --noEmit
37-
3834
- name: Build project
3935
working-directory: ./frontend
4036
run: npm run build

0 commit comments

Comments
 (0)