From 074bd3cf99fb379e8be8690bd053defbf4e02a3e Mon Sep 17 00:00:00 2001 From: Ivanruii Date: Mon, 29 Jul 2024 19:01:22 -0400 Subject: [PATCH] Changed build step CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88c4808d..b0702194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: npm ci - name: Build - run: npm run build + run: npm run tsc-check - name: Run tests run: npm test