1
0
forked from baron/baron-sso

adminfront codecheck 오류 수정2

This commit is contained in:
2026-04-28 14:54:33 +09:00
parent 0c5a302105
commit 7607d8d9b9
3 changed files with 9 additions and 2 deletions

View File

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