build: 🔧 use incremental mode when serving locally
This commit is contained in:
parent
ae5c391d4b
commit
031d698949
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue