From ec74b924339ebcf9724d02d89fde405de2dc6847 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 May 2022 20:18:06 +0200 Subject: Change build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfaa54d..c57ca05 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git" }, "scripts": { - "build": "hugo --source=exampleSite --gc --minify", + "build": "hugo --source=exampleSite --gc --verbose --minify -e production", "server": "hugo server --source=exampleSite --disableFastRender", "lint:editorconfig": "editorconfig-checker", "lint:js": "eslint static/js/*.js", -- cgit v1.2.3