incremental build

This commit is contained in:
Kathleen Fitzpatrick
2024-11-28 10:20:46 -05:00
parent 339304cec4
commit a9d111333f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{
"lastFetched": "2024-11-28T15:04:43.684Z",
"lastFetched": "2024-11-28T15:19:53.314Z",
"children": []
}

View File

@@ -4,7 +4,8 @@
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"build": "npx @11ty/eleventy --incremental",
"build-full": "npx @11ty/eleventy",
"build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"start": "npx @11ty/eleventy --serve --quiet",