From 65bfbf833129338803d2a3062a7bd47b0bf35e5a Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 27 Jul 2025 16:28:23 +0200 Subject: [PATCH] build: :wrench: enable incremental builds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f218942..5e00b1c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "eleventy --serve --incremental", - "build": "ELEVENTY_PRODUCTION=true eleventy", + "build": "ELEVENTY_PRODUCTION=true eleventy --incremental", "build:clean": "rm -rf ./public", "build:lightningcss": "lightningcss --minify --bundle --targets '> 0.2% and not dead, firefox >= 115' ./public/css/style.css -o ./public/css/style.css" },