diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 516d9f493a..3ae48287eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: - name: Lint run: npx eslint $(cat ~/tmp/changed_files) + - name: Build generated types + run: npm run build:lib + - name: Check types run: npm run checktype