diff --git a/package.json b/package.json index 944b88d..a8eb3f8 100644 --- a/package.json +++ b/package.json @@ -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",