mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:21:44 +08:00
🐛 Fix scripts/ci issue with backend lintig
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user