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.",
|
||||
"scripts": {
|
||||
"build": "npx eleventy",
|
||||
"build-debug": "DEBUG=* npx eleventy",
|
||||
"build-debug-watch": "DEBUG=* npx eleventy --watch"
|
||||
"watch": "npx eleventy --watch",
|
||||
"debug": "DEBUG=* npx eleventy"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user