1
0
forked from baron/baron-sso

dev 브런치 병합 code-check 오류 수정

This commit is contained in:
2026-04-01 15:06:46 +09:00
parent e5ebd26182
commit d9e8fee64b
5 changed files with 10 additions and 10 deletions

View File

@@ -13,9 +13,9 @@
"lint:fix": "biome check . --write",
"format": "biome format . --write",
"preview": "vite preview",
"test": "playwright test",
"test": "npx playwright test",
"test:unit": "vitest run",
"test:ui": "playwright test --ui",
"test:ui": "npx playwright test --ui",
"i18n-scan": "cd .. && node tools/i18n-scanner/index.js && node tools/i18n-scanner/report.js"
},
"dependencies": {