mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
01.52.2025 907f15826dff69fff10a2bf39179872e41b7c18f
build(setup): more verbose server command

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
1 files modified
5 ■■■■ changed files
package.json 5 ●●●● patch | view | raw | blame | history
package.json
@@ -57,7 +57,10 @@
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
    },
    "server": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --disableFastRender --verbose --logLevel debug --debug --tlsAuto --panicOnWarning"
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --verbose --logLevel debug --debug --tlsAuto --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints"
    },
    "server:fail": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --verbose --logLevel debug --debug --tlsAuto --panicOnWarning --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints"
    }
  }
}