From 6f12536cb6c10f95ae491fee943cdb42ad663db8 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero <694253+jbottigliero@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:42:46 -0500 Subject: [PATCH] ops: run 'tsc' on CI (#51) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e6445..98c8fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,5 @@ jobs: node-version: lts/hydrogen cache: "npm" - run: npm install - - run: npm run lint \ No newline at end of file + - run: npm run lint + - run: npx tsc --noEmit \ No newline at end of file