Currently Angular CLI is polluting the jenkins logs, by inserting a new line
each time the build process is updated.
With this change Angular CLI will only output the necessary information about
the start and end of the build.
Signed-off-by: Tiago Melo <tmelo@suse.com>
frontend/src/*/*/*/*/*/*.html)
if(NOT CMAKE_BUILD_TYPE STREQUAL Debug)
- set(npm_command npm run build -- --prod)
+ set(npm_command npm run build -- --prod --progress=false)
else()
- set(npm_command npm run build)
+ set(npm_command npm run build -- --progress=false)
endif()
add_npm_command(