From 7f45e33f540301c3978d70536740baf18ac2acf9 Mon Sep 17 00:00:00 2001 From: Justin-ZS Date: Wed, 27 May 2026 16:24:27 +0800 Subject: [PATCH] ci: build generated types before type check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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