[fix] Move i18n tests to separate config to avoid CI conflicts

This commit is contained in:
snomiao
2025-08-31 15:29:07 +00:00
parent 18c2163625
commit dae586533f
5 changed files with 23 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
"knip": "knip --cache",
"knip:no-cache": "knip",
"locale": "lobe-i18n locale",
"collect-i18n": "nx run @comfyorg/comfyui-frontend:e2e --grep=\"collect-i18n\"",
"collect-i18n": "playwright test --config=playwright.i18n.config.ts",
"json-schema": "tsx scripts/generate-json-schema.ts",
"storybook": "nx storybook -p 6006",
"build-storybook": "storybook build"