mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
test: add more metrics output
This commit is contained in:
parent
ba8ed7c6d4
commit
63a2c9c79c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if exist "config\testing" (
|
|||
copy /e /i /y "..\hugo-theme-relearn\exampleSite\config\testing" "hugo\testing"
|
||||
)
|
||||
|
||||
hugo%hugo_version% %config% --templateMetrics --templateMetricsHints --cleanDestinationDir --destination "public.%version%%hugo_prefix%%hugo_version%" >> "metrics.%version%%hugo_prefix%%hugo_version%.log"
|
||||
hugo%hugo_version% %config% --templateMetrics --templateMetricsHints --printI18nWarnings --printPathWarnings --printUnusedTemplates --printMemoryUsage --cleanDestinationDir --destination "public.%version%%hugo_prefix%%hugo_version%" >> "metrics.%version%%hugo_prefix%%hugo_version%.log"
|
||||
|
||||
set "start_dir=%CD%\public.%version%%hugo_prefix%%hugo_version%"
|
||||
set "output_file=dir.%version%%hugo_prefix%%hugo_version%.log"
|
||||
|
|
Loading…
Reference in a new issue