Skip to content

Commit

Permalink
Build diagrams and toc before building site
Browse files Browse the repository at this point in the history
  • Loading branch information
ianconsolata committed Oct 31, 2024
1 parent d5d5094 commit f9541ba
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 @@ -9,7 +9,7 @@
"serve": "npm start",
"watch-hugo": "npm run build-diagrams && hugo server --bind=0.0.0.0 --disableFastRender --renderToDisk",
"watch-assets": "tools/watch.js --watch",
"build": "hugo && npm run build-toc && npm run build-diagrams && hugo --gc",
"build": "npm run build-diagrams && npm run build-toc && hugo && hugo --gc",
"build-diagrams": "tools/diagrams.js",
"build-toc": "tools/toc.js",
"clean": "premove public resources static/_gen",
Expand Down

0 comments on commit f9541ba

Please sign in to comment.