mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
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:
parent
fa35ce9caa
commit
3aeff56faf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user