added incremental to package.json for new command build-inc
This commit is contained in:
parent
c57e673c7f
commit
29460b6c1a
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue