Browse Source

ci: run `tsc` on CI

Jonas Gloning 2 years ago
parent
commit
1f4c70d152
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -26,6 +26,7 @@ jobs:
           node-version: ${{ matrix.node-version }}
           cache: "npm"
       - run: npm ci
+      - run: npm run check
       - run: npm run build
       # - run: npm run lint
       - run: npm run coverage