From 50026d69b2987fda775f3322b65a78511cb19d0f Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 14 Dec 2022 10:01:55 +0100 Subject: [PATCH] add npm script for debug in arkanum env --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 33bc57e..9254e2d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"", "start": "npm run server", "server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D", + "arkanum": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D --appendPort=false --baseURL https://arkanum-dev.ocram85.com", "test": "npm run lint:markdown", "postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo", "new:post": "exec-bin node_modules/.bin/hugo/hugo new"