Skip to content

Commit e2e85d7

Browse files
committed
build: update hugo server options
1 parent c1792ad commit e2e85d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"docs-compile": "npm run docs-build",
6262
"docs-vnu": "node build/vnu-jar.mjs",
6363
"docs-lint": "npm run docs-vnu",
64-
"docs-serve": "hugo server --port 9001 --disableFastRender --printUnusedTemplates",
64+
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
6565
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
6666
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
6767
"update-deps": "ncu -u -x jasmine,karma-browserstack-launcher,karma-rollup-preprocessor,terser && echo Manually update docs/assets/js/vendor",

0 commit comments

Comments
 (0)