Merge pull request #545 from the-luap/chore/clawpatch-review-fixes

chore: address clawpatch review findings
This commit is contained in:
Paul Nothaft
2026-05-21 19:07:17 +02:00
committed by GitHub
5 changed files with 72 additions and 489 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"build:check": "tsc -b && node ./scripts/build.js",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run src/components/admin/__tests__/ThemeCustomizerEnhanced.test.tsx",
"test": "vitest run",
"i18n:extract": "i18next-cli extract",
"i18n:status": "i18next-cli status",
"i18n:ci": "i18next-cli extract --ci --dry-run"