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.
This commit is contained in:
Tom Fifield 2025-01-15 10:55:54 +08:00 committed by GitHub
parent 89b10c70ad
commit 1940c7a0db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,4 +40,4 @@ jobs:
run: pnpm install
- name: Build Package
run: pnpm run build
run: pnpm run build --locale en