From 86aaf642b62c48c5e138081312d31b2170f3671d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 5 Aug 2026 21:43:45 +0200 Subject: [PATCH] :bug: Fix scripts/ci issue with backend lintig --- scripts/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci b/scripts/ci index 3d3c7ed9a8..026bdb7d02 100755 --- a/scripts/ci +++ b/scripts/ci @@ -23,7 +23,7 @@ ALL_MODULES=("frontend" "backend" "common" "render-wasm" "exporter" "mcp" "plugi # Module commands declare -A LINT_CMD=( [frontend]="pnpm run lint:clj && pnpm run lint:js && pnpm run lint:scss" - [backend]="pnpm run lint" + [backend]="pnpm run lint:clj" [common]="pnpm run lint:clj" [render-wasm]="./lint" [exporter]="pnpm run lint"