From 6ca562a9fe211ddda14d2fce2ea7dd78a5b3b098 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Thu, 12 Sep 2024 14:00:53 +0200 Subject: [PATCH] add npm scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b87d6c..688dbb7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "This is the WIP rewrite of the ESE website.", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "npx @11ty/eleventy", + "start": "npx @11ty/eleventy --serve" }, "author": "FSR Informatik TU Dresden", "license": "MIT",