simplified npm script names
This commit is contained in:
parent
df954e0532
commit
8a6401aa61
@ -4,8 +4,8 @@
|
|||||||
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx eleventy",
|
"build": "npx eleventy",
|
||||||
"build-debug": "DEBUG=* npx eleventy",
|
"watch": "npx eleventy --watch",
|
||||||
"build-debug-watch": "DEBUG=* npx eleventy --watch"
|
"debug": "DEBUG=* npx eleventy"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user