diff --git a/package.json b/package.json index d9cb433..a1cb984 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "npx @11ty/eleventy --serve", + "build": "npx @11ty/eleventy" }, "keywords": [], "author": "",