feat: add quiet flag to dev script
This commit is contained in:
parent
7c38b2fa4b
commit
251ffdf1c4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
|
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
|
||||||
"dev": "eleventy --serve --watch",
|
"dev": "eleventy --serve --watch --quiet",
|
||||||
"lint": "eslint src/ config/",
|
"lint": "eslint src/ config/",
|
||||||
"build": "eleventy"
|
"build": "eleventy"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue