diff --git a/package.json b/package.json index 0ad13c0d8..fd3a30e6f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "scripts": { "dev": "concurrently \"npm run server\" \"npm run server:tailwind --watch\"", - "build": "hugo --logLevel info --source=exampleSite --themesDir ../.. --gc", + "build": "hugo --logLevel info --minify --source=exampleSite --themesDir ../.. --gc", "build:preview": "hugo --logLevel info --source=exampleSite --themesDir ../.. -D --gc", "server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --noHTTPCache", "server:production": "hugo server --source=exampleSite --themesDir ../.. --disableFastRender -e production", @@ -52,4 +52,4 @@ "tailwindcss": "^3.4.3", "tailwindcss-aria-attributes": "^2.0.1" } -} \ No newline at end of file +}