This is an automated email from the ASF dual-hosted git repository. Justin-ZS pushed a commit to branch codex/fix-ci-checktype-generated-types in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 7f45e33f540301c3978d70536740baf18ac2acf9 Author: Justin-ZS <[email protected]> AuthorDate: Wed May 27 16:24:27 2026 +0800 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 516d9f493..3ae48287e 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
