From 19efd62543b628a6ab5218aec157adbb470dc038 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Thu, 5 Jan 2023 14:45:26 +0000 Subject: [PATCH] package.json - add server runscript --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3c0339b..60d061a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "server": "eleventy --serve", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "",