Skip to content

Commit

Permalink
log stacktrace of antora errors when building via ci
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Oct 10, 2024
1 parent 00bb2ad commit 1fb64d2
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 @@ -5,7 +5,7 @@
"repository": "https://github.com/satisfactorymodding/Documentation.git",
"scripts": {
"build": "antora antora-playbook.yml --clean --fetch",
"build:ci": "antora antora-playbook-ci.yml --clean --fetch",
"build:ci": "antora antora-playbook-ci.yml --clean --fetch --stacktrace",
"build:dev": "antora antora-playbook-dev.yml",
"watch:dev": "chokidar -c \"antora antora-playbook-dev.yml\" --initial \"modules/ROOT/**/*.*\"",
"serve": "ws -d build/site",
Expand Down

0 comments on commit 1fb64d2

Please sign in to comment.