summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c57ca05..a1823f8 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 --verbose --minify -e production",
+ "build": "hugo --source=exampleSite --gc --verbose --minify",
"server": "hugo server --source=exampleSite --disableFastRender",
"lint:editorconfig": "editorconfig-checker",
"lint:js": "eslint static/js/*.js",