diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4315ed31..9838ff46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: - name: Build the codebase run: npm run build:lib + - name: Test generated source types + run: npm run test:src-types + - name: Test types run: npm run test:types