Skip to content

Commit 46d842f

Browse files
committed
enable angular checks
1 parent 628e5c8 commit 46d842f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ jobs:
314314
working-directory: apps/demos
315315
run: pnpm run ts-check-vue
316316

317-
# - name: Run check TS for Angular
318-
# working-directory: apps/demos
319-
# run: pnpm run ts-check-ng
317+
- name: Run check TS for Angular
318+
working-directory: apps/demos
319+
run: pnpm run ts-check-ng
320320

321321
- name: Run check TS for React
322322
working-directory: apps/demos

0 commit comments

Comments
 (0)