From 1940c7a0db0e87ee722090cb89a790cfee169aea Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Wed, 15 Jan 2025 10:55:54 +0800 Subject: [PATCH] Only build en locale (#1678) We don't currently have content for other locales we are translating, so let's speed up the build process by only building en. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea95aecc..c63bf3dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: run: pnpm install - name: Build Package - run: pnpm run build + run: pnpm run build --locale en