Skip to content

Commit

Permalink
[CI][UG] Serve to memory and disable fast render (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Aug 5, 2024
1 parent 03221fd commit 27943e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_check:links": "make check-links",
"_hugo": "hugo --cleanDestinationDir --themesDir ../..",
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
"_serve": "npm run _hugo-dev -- --minify serve",
"_serve": "npm run _hugo-dev -- serve --minify --disableFastRender --renderToMemory",
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build --",
Expand Down

0 comments on commit 27943e0

Please sign in to comment.