From b5daafcfa51c7a0a26d306f63fb6921bfbd59b7a Mon Sep 17 00:00:00 2001 From: krymtkts Date: Thu, 26 Dec 2024 11:12:14 +0900 Subject: [PATCH] Update `build-md` script to run in development mode. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b298aef..cc5d313 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "postinstall": "dotnet tool restore", "build-fable": "dotnet fable src --runScript", - "build-md": "node ./scripts/build-md.js", + "build-md": "node ./scripts/build-md.js dev", "build-css": "sass --style=compressed --no-source-map ./sass/style.scss ./docs/blog-fable/css/style.css", "build-index": "pagefind", "build": "npm run build-css && npm run build-fable && npm run build-index",