build: 🔧 enable incremental builds
This commit is contained in:
parent
a2e33f68b6
commit
65bfbf8331
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue