Fix/23066 i18n related commands are broken (#23071)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
crazywoola
2025-07-28 21:25:18 +08:00
committed by GitHub
parent 572a2bbe53
commit 5f550126b3
6 changed files with 8 additions and 204 deletions

View File

@@ -30,8 +30,8 @@
"prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky",
"gen-icons": "node ./app/components/base/icons/script.mjs",
"uglify-embed": "node ./bin/uglify-embed",
"check-i18n": "node ./i18n/check-i18n.js",
"auto-gen-i18n": "node ./i18n/auto-gen-i18n.js",
"check-i18n": "node ./i18n-config/check-i18n.js",
"auto-gen-i18n": "node ./i18n-config/auto-gen-i18n.js",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
@@ -270,4 +270,4 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
}
}
}
}