Skip to content

Commit

Permalink
Update build-md script to run in development mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Dec 26, 2024
1 parent 50fee64 commit b5daafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b5daafc

Please sign in to comment.