From 4cc84ca6913ea8b8d237e0afb4ce58e3cba49bbb Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Thu, 5 Dec 2024 16:38:20 +0100 Subject: [PATCH] fix(rari): adopt to rari changes (#12257) --- .github/workflows/stage-build.yml | 2 +- .github/workflows/test-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index 2a0d475cb36b..e177747a9047 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -312,7 +312,7 @@ jobs: yarn rari content sync-translated-content yarn rari git-history - yarn rari build --issues client/build/issues.json --templ-stats + yarn rari build --all --issues client/build/issues.json --templ-stats # Sort DE search index by en-US popularity. node scripts/reorder-search-index.mjs client/build/en-us/search-index.json client/build/de/search-index.json diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 1e665a62e80a..be04b8677820 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -203,7 +203,7 @@ jobs: yarn rari content sync-translated-content yarn rari git-history - yarn rari build --issues client/build/issues.json --templ-stats + yarn rari build --all --issues client/build/issues.json --templ-stats # SSR all pages yarn render:html