From 0fa85fa6e059ba9ade89d3e3189034c190c9a916 Mon Sep 17 00:00:00 2001 From: suroh Date: Thu, 26 Oct 2023 11:07:12 +0200 Subject: [PATCH] added node build task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29c653b..9d06453 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "scripts": { "dev": "eleventy --serve", - "test": "echo \"Error: no test specified\" && exit 1" + "build": "eleventy" }, "repository": { "type": "git",