File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312
312
yarn rari content sync-translated-content
313
313
yarn rari git-history
314
314
315
- yarn rari build --issues client/build/issues.json --templ-stats
315
+ yarn rari build --all -- issues client/build/issues.json --templ-stats
316
316
317
317
# Sort DE search index by en-US popularity.
318
318
node scripts/reorder-search-index.mjs client/build/en-us/search-index.json client/build/de/search-index.json
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
yarn rari content sync-translated-content
204
204
yarn rari git-history
205
205
206
- yarn rari build --issues client/build/issues.json --templ-stats
206
+ yarn rari build --all -- issues client/build/issues.json --templ-stats
207
207
208
208
# SSR all pages
209
209
yarn render:html
You can’t perform that action at this time.
0 commit comments