From d9b728aacf4f50e957100e036d4b5a50593b0584 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Tue, 11 Feb 2025 14:53:13 +0100 Subject: [PATCH] chore: remove unnecessary lingui scripts --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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",