From ec8be72cd3a0792766b767c7fcfd78b04571ea8d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 5 Aug 2024 13:14:44 -0400 Subject: [PATCH] [CI] Serve to memory and disable fast render --- userguide/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/package.json b/userguide/package.json index 553772b2f..73e811b5a 100644 --- a/userguide/package.json +++ b/userguide/package.json @@ -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 --",