diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 14:35:51 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 14:35:51 +0200 |
| commit | 10ae24b9f7cafb33ca1efb00081fca8d7f58cbc7 (patch) | |
| tree | 5e98cc6861862cb8956dc0dc75ffb389d364b2bc /package.json | |
| parent | 96f4778b558c29207b766e88ae9c62c038e7e2e3 (diff) | |
| download | gohugo-theme-ed-10ae24b9f7cafb33ca1efb00081fca8d7f58cbc7.tar.gz | |
Simplify hugo build command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
