Skip to content

Commit

Permalink
fix: show hugo errors on build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 3, 2020
1 parent 62a0f27 commit 2c7fa20
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 && hugo --quiet && npm run build-toc && hugo --gc --minify",
"build": "npm run build-diagrams && hugo && npm run build-toc && hugo --gc --minify",
"build-diagrams": "tools/diagrams.js",
"build-toc": "tools/toc.js",
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy",
Expand Down

0 comments on commit 2c7fa20

Please sign in to comment.