simplified npm script names
This commit is contained in:
parent
df954e0532
commit
8a6401aa61
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue