Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f7dfaf3..86f893a 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"scripts": {
"dev": "hugo server --disableFastRender",
"dev:example": "hugo server --verbose -s exampleSite --themesDir=../.. --disableFastRender",
- "build": "hugo --gc --minify",
- "build:example": "hugo --gc --minify -s exampleSite --themesDir=../..",
+ "build": "NODE_ENV=production hugo --verbose --gc --minify",
+ "build:example": "NODE_ENV=production hugo --verbose --gc --minify -s exampleSite --themesDir=../..",
"start": "hugo --gc"
},
"devDependencies": {