From 279bfae9ec5478f6b978bbd79cd35b61aefe7ac8 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 18 May 2026 13:13:51 +0900 Subject: [PATCH] =?UTF-8?q?adminfront=20code-check=20=EC=84=A4=EC=B9=98=20?= =?UTF-8?q?=EB=8B=A8=EA=B3=84=20pnpm=EC=9C=BC=EB=A1=9C=20=EC=A0=84?= =?UTF-8?q?=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d42ada66..4889b8b5 100644 --- a/Makefile +++ b/Makefile @@ -263,7 +263,7 @@ code-check-userfront-lint: code-check-front-lint: @echo "==> adminfront biome lint/format check" rm -rf adminfront/playwright-report adminfront/test-results - cd adminfront && npm ci --ignore-scripts + cd adminfront && pnpm install --frozen-lockfile --ignore-scripts cd adminfront && npx biome check . --formatter-enabled=false --organize-imports-enabled=false cd adminfront && npx biome check . --linter-enabled=false --organize-imports-enabled=false @echo "==> devfront biome lint/format check"