From 49bff6e39d6c8f5998e485118d8429696895e319 Mon Sep 17 00:00:00 2001 From: thednp Date: Sun, 11 Aug 2024 14:43:10 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef103d1..4638fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: run: npm run lint:ts - name: Lint CSS run: npm run lint:css + - name: Check TS + run: npm run check:ts - name: Build JS run: npm run build-vite