Skip to content

Commit 2500067

Browse files
committed
fix(rari): adopt to rari changes
1 parent 4897328 commit 2500067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/stage-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
yarn rari content sync-translated-content
313313
yarn rari git-history
314314
315-
yarn rari build --issues client/build/issues.json --templ-stats
315+
yarn rari build --all --issues client/build/issues.json --templ-stats
316316
317317
# Sort DE search index by en-US popularity.
318318
node scripts/reorder-search-index.mjs client/build/en-us/search-index.json client/build/de/search-index.json

Diff for: .github/workflows/test-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
yarn rari content sync-translated-content
204204
yarn rari git-history
205205
206-
yarn rari build --issues client/build/issues.json --templ-stats
206+
yarn rari build --all --issues client/build/issues.json --templ-stats
207207
208208
# SSR all pages
209209
yarn render:html

0 commit comments

Comments
 (0)