add npm scripts

This commit is contained in:
Lyn Fugmann 2024-09-12 14:00:53 +02:00
parent 2b3ce63127
commit 6ca562a9fe

View file

@ -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",