added incremental to package.json for new command build-inc

This commit is contained in:
Robert McGovern 2022-02-05 23:26:19 +00:00
parent c57e673c7f
commit 29460b6c1a
1 changed files with 1 additions and 0 deletions

View File

@ -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": {