diff options
author | Marc Coquand <marc@mccd.space> | 2024-03-03 15:10:08 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-03-03 15:10:08 -0600 |
commit | ada89deb5bde31ad3be1cb507734f04c91304924 (patch) | |
tree | 71d827b19da015670840f1958de1318d2ff77564 /package.json | |
parent | bb4f569c26427b3f9b063abc1fd232666d36a17e (diff) | |
download | mccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.tar.gz mccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.tar.bz2 mccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.zip |
Update yarn with run command
Diffstat (limited to '')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |