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:
authorLeonardo Faria <leonardofaria@gmail.com>2020-04-12 04:28:53 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-04-12 04:28:53 +0300
commita15280b1ff078a263aba42dcefa51cdde454b4ba (patch)
tree3e1db8d3e660c4bbab78f6fe58b464059988eb24 /package.json
parent944eeb0f3618d1bfce1d83f129b8b3b2c30cd36e (diff)
Update build script
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6d7d545..d1850c7 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"scripts": {
"dev": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
"build": "hugo --gc --minify",
+ "build:example": "hugo --gc --minify -s exampleSite --themesDir=../..",
"start": "hugo --gc"
},
"devDependencies": {