aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-03-03 15:10:08 -0600
committerMarc Coquand <marc@mccd.space>2024-03-03 15:10:08 -0600
commitada89deb5bde31ad3be1cb507734f04c91304924 (patch)
tree71d827b19da015670840f1958de1318d2ff77564 /package.json
parentbb4f569c26427b3f9b063abc1fd232666d36a17e (diff)
downloadmccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.tar.gz
mccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.tar.bz2
mccd.space-ada89deb5bde31ad3be1cb507734f04c91304924.zip
Update yarn with run command
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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",