simplified npm script names

This commit is contained in:
Zach Leatherman 2018-01-28 21:28:10 -06:00
parent df954e0532
commit 8a6401aa61

View File

@ -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",