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.",
|
"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…
Add table
Reference in a new issue