From e06f697dc6f87d7f16eafbe4cee1071ec0e28408 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Mon, 18 May 2026 14:52:29 +0800 Subject: [PATCH] fix(ci): run contract autofix through Vite+ --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b0cd652c43..a4794540c4 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -124,7 +124,7 @@ jobs: - name: Generate frontend contracts if: github.event_name != 'merge_group' && steps.api-changes.outputs.any_changed == 'true' - run: pnpm --dir packages/contracts gen-api-contract-from-openapi + run: vp run @dify/contracts#gen-api-contract-from-openapi - name: ESLint autofix if: github.event_name != 'merge_group' && steps.web-changes.outputs.any_changed == 'true'