DEV: Run assets:precompile ember build with CI=1 (#24696)

This will improve the output to print the current step (rather than the existing behavior which just says 'building...')
This commit is contained in:
David Taylor 2023-12-04 15:49:50 +00:00 committed by GitHub
parent fa35ce9caa
commit 3aeff56faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ task "assets:precompile:build" do
system("yarn install", exception: true, chdir: "app/assets/javascripts/discourse")
end
compile_command = "yarn --cwd app/assets/javascripts/discourse run ember build"
compile_command = "CI=1 yarn --cwd app/assets/javascripts/discourse run ember build"
heap_size_limit = check_node_heap_size_limit