mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
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:
parent
89b10c70ad
commit
1940c7a0db
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Build Package
|
||||
run: pnpm run build
|
||||
run: pnpm run build --locale en
|
||||
|
|
Loading…
Reference in a new issue