1
0
forked from baron/baron-sso

fix(ci): use npx playwright and fix adminfront scripts for reliable binary resolution in CI

This commit is contained in:
2026-05-15 13:59:51 +09:00
parent eff21aaa82
commit 16422f4e2e
3 changed files with 25 additions and 25 deletions

View File

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