From 8a6401aa615200e859875fbc4e74061b0def7868 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Sun, 28 Jan 2018 21:28:10 -0600 Subject: [PATCH] simplified npm script names --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecb8ac2..a847e40 100644 --- a/package.json +++ b/package.json @@ -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",