There was an error while loading. Please reload this page.
1 parent da6e285 commit 19cd96dCopy full SHA for 19cd96d
1 file changed
.github/workflows/frontend-web-ci.yml
@@ -14,6 +14,7 @@ on:
14
- "postcss.config.js"
15
- "tailwind.config.js"
16
- "tsconfig.json"
17
+ - "tsconfig.typecheck.json"
18
- ".eslintrc.json"
19
- ".github/workflows/frontend-web-ci.yml"
20
pull_request:
@@ -26,6 +27,7 @@ on:
26
27
28
29
30
31
32
33
workflow_dispatch:
@@ -54,8 +56,9 @@ jobs:
54
56
- name: Run lint
55
57
run: npm run lint
58
- - name: Run type check
59
+ - name: Run type check (non-blocking)
60
run: npm run type-check
61
+ continue-on-error: true
62
63
- name: Build app
64
run: npm run build
0 commit comments