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-11-28 06:06:29 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-28 06:06:29 +0300
commit3931385308dd45733d3c962b1e74705cb92d10eb (patch)
tree622c3aae8e12991726f76e2e8f2d8342fdf1b70e /package.json
parentb0139f2506774c5a85884bbf03ec3d5a9db2f7f9 (diff)
Disable postcss-purgecss in favor of tailwindcss purge
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": {