Skip to content

Commit

Permalink
build-toc after hugo, build-diagrams before hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianconsolata committed Oct 31, 2024
1 parent f9541ba commit b0f905d
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": "npm run build-diagrams && npm run build-toc && hugo && hugo --gc",
"build": "npm run build-diagrams && hugo && npm run build-toc && hugo --gc",
"build-diagrams": "tools/diagrams.js",
"build-toc": "tools/toc.js",
"clean": "premove public resources static/_gen",
Expand Down

0 comments on commit b0f905d

Please sign in to comment.