mirror of
https://github.com/documenso/documenso.git
synced 2026-07-06 02:55:00 +10:00
fix: remove remaining double-dash issues in CI and docs
The translate:compile CI scripts had a double `--` that would pass a spurious `--` to lingui. CLAUDE.md still referenced the old `with:env --` pattern.
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Compile translations
|
||||
id: compile_translations
|
||||
run: pnpm run translate:compile -- -- --strict
|
||||
run: pnpm run translate:compile -- --strict
|
||||
continue-on-error: true
|
||||
|
||||
- name: Pull translations from Crowdin
|
||||
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
- name: Compile translations
|
||||
id: compile_translations
|
||||
run: pnpm run translate:compile -- -- --strict
|
||||
run: pnpm run translate:compile -- --strict
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload missing translations
|
||||
|
||||
Reference in New Issue
Block a user