From 29460b6c1a700b951e443724a6d9cbc8f991c7eb Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 5 Feb 2022 23:26:19 +0000 Subject: [PATCH] added incremental to package.json for new command build-inc --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c585a97..deae731 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy", + "build-inc": "npx @11ty/eleventy --incremental", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {