From 7217ebc4e06e0cf6ce2dfeb13309ca59c3f9db35 Mon Sep 17 00:00:00 2001 From: Nexan Date: Fri, 19 Jan 2024 22:01:39 -0600 Subject: [PATCH] new script, unsure if works --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 901002b..d04652a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "@11ty/eleventy": "^2.0.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "npx @11ty/eleventy" }, "keywords": [], "author": "",