From ada89deb5bde31ad3be1cb507734f04c91304924 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 3 Mar 2024 15:10:08 -0600 Subject: Update yarn with run command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c922053..0bae0d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "My personal blog", "main": "index.js", "scripts": { - "build": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,svg,liquid,woff2,ttf,njk,otf,asc" + "build": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,svg,liquid,woff2,ttf,njk,otf,asc", + "run": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2,njk,ttf --serve" }, "keywords": [], "author": "Marc Coquand", -- cgit v1.2.3