forked from baron/baron-sso
dev 브런치 병합 code-check 오류 수정
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user