build: 🔧 use incremental mode when serving locally

This commit is contained in:
Sebin Nyshkim 2025-05-13 18:40:34 +02:00 committed by Sebin Nyshkim
parent ae5c391d4b
commit 031d698949

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "eleventy --serve ",
"start": "eleventy --serve --incremental",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"prebuild": "rm -rf ./public"
},