MINIMAL_RENDER should be on default for npm run sync-search-server (#33294)
This commit is contained in:
@@ -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 &
|
||||
|
||||
|
||||
3
.github/workflows/sync-search-pr.yml
vendored
3
.github/workflows/sync-search-pr.yml
vendored
@@ -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 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user