From a9b454dbe94b7de74df1cd06c752f88b981c83fe Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 12 Sep 2025 06:36:24 +0000 Subject: [PATCH] chore(package.json): remove pnpx from collect-i18n script for simplicity and consistency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a8970ea6..66653ef21 100644 --- a/package.json +++ b/package.json @@ -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"