1
0
forked from baron/baron-sso

adminfront code-check 설치 단계 pnpm으로 전환

This commit is contained in:
2026-05-18 13:13:51 +09:00
parent 7d99dba890
commit 279bfae9ec

View File

@@ -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"