summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d147021..9abdcdd 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
 		"preinstall": "rm -rf _site",
 		"install": "npx @11ty/eleventy",
 		"test": "echo \"Error: no test specified\" && exit 1",
-		"start": "npx @11ty/eleventy --serve"
+		"start": "npx @11ty/eleventy --serve --watch"
 	},
 	"devDependencies": {
 		"@11ty/eleventy": "^2.0.1",