mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
chore: fix type check for i18n (#30058)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -33,10 +33,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-config/check-i18n.js",
|
||||
"auto-gen-i18n": "node ./i18n-config/auto-gen-i18n.js",
|
||||
"gen:i18n-types": "node ./i18n-config/generate-i18n-types.js",
|
||||
"check:i18n-types": "node ./i18n-config/check-i18n-sync.js",
|
||||
"check-i18n": "tsx ./i18n-config/check-i18n.js",
|
||||
"auto-gen-i18n": "tsx ./i18n-config/auto-gen-i18n.js",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:watch": "vitest --watch",
|
||||
@ -212,7 +210,7 @@
|
||||
"sass": "^1.93.2",
|
||||
"storybook": "9.1.17",
|
||||
"tailwindcss": "^3.4.18",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"uglify-js": "^3.19.3",
|
||||
"vite": "^7.3.0",
|
||||
|
||||
Reference in New Issue
Block a user