chore: remove unnecessary lingui scripts

This commit is contained in:
Dariusz Niemczyk 2025-02-11 14:53:13 +01:00
parent 23b53b084f
commit 6cb774c7c0
No known key found for this signature in database

View file

@ -6,11 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"translations:extract": "lingui extract-template",
"translations:compile": "lingui compile",
"translations:sync": "lingui extract --overwrite && lingui compile",
"translations:sync_and_purge": "lingui extract --overwrite --clean && lingui compile"
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.10",