From 8f63cb86b1c7322550e994bd7601e157c549ef98 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 19 Feb 2025 12:52:58 -0800 Subject: [PATCH] Update intl:build to extract for all languages (#7787) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d5c2e4091..02286f9874 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app --testCommand \"yarn perf:test\" --duration 150000 --resultsFilePath .perf/results.json", "perf:test:results": "NODE_ENV=test flashlight report .perf/results.json", "perf:measure": "NODE_ENV=test flashlight measure", - "intl:build": "yarn intl:extract && yarn intl:compile", + "intl:build": "yarn intl:extract:all && yarn intl:compile", "intl:extract": "lingui extract --clean --locale en", "intl:extract:all": "lingui extract --clean", "intl:compile": "lingui compile",