1
0
mirror of synced 2025-12-30 03:01:36 -05:00

MINIMAL_RENDER should be on default for npm run sync-search-server (#33294)

This commit is contained in:
Peter Bengtsson
2022-12-07 20:51:17 +01:00
committed by GitHub
parent 1ce96979b6
commit 805fca4f63
4 changed files with 4 additions and 8 deletions

View File

@@ -139,9 +139,6 @@ jobs:
- name: Start the server in the background
env:
ENABLE_DEV_LOGGING: false
# Makes it so that the React rendering of pages just does the
# minimal needed to be able to extract the page text for search.
MINIMAL_RENDER: true
run: |
npm run sync-search-server > /tmp/stdout.log 2> /tmp/stderr.log &

View File

@@ -67,9 +67,6 @@ jobs:
- name: Start the server in the background
env:
ENABLE_DEV_LOGGING: false
# Makes it so that the React rendering of pages just does the
# minimal needed to be able to extract the page text for search.
MINIMAL_RENDER: true
run: |
npm run sync-search-server > /tmp/stdout.log 2> /tmp/stderr.log &