chore(package.json): remove pnpx from collect-i18n script for simplicity and consistency

This commit is contained in:
snomiao
2025-09-12 06:36:24 +00:00
parent d1e668abb9
commit a9b454dbe9

View File

@@ -32,7 +32,7 @@
"knip": "knip --cache",
"knip:no-cache": "knip",
"locale": "lobe-i18n locale",
"collect-i18n": "pnpx playwright test --config=playwright.i18n.config.ts",
"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"