From f559ae17fd6a8e5cb3dbe3a06b75d012f3ed1e43 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 22 Feb 2023 04:16:18 +0100 Subject: [PATCH] Adjust prod script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53ba6504..93b2b7ac 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "scripts": { "prestart": "npm run clean", "start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender", - "prod": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender -e production", + "start:prod": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender -e production", "prebuild": "npm run clean", "build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify", "build:debug": "exec-bin node_modules/.bin/hugo/hugo -e debug --debug",