From e0bb638fcc9bbe291e01b5422ef3c38b23272938 Mon Sep 17 00:00:00 2001 From: marleyrae Date: Mon, 5 Jun 2023 18:40:56 -0700 Subject: [PATCH] :hammer: chore: Put npx @11ty into npm scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "",