fix build error for ci workflow

This commit is contained in:
Amruth Pillai
2025-07-03 15:40:09 +02:00
parent 4314912d5a
commit 4e91a2e2ef
3 changed files with 10 additions and 12 deletions

View File

@ -5,7 +5,5 @@
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
],
"i18n-ally.localesPaths": [
"apps/client/src/locales"
]
"i18n-ally.localesPaths": ["apps/client/src/locales"]
}