Skip to content

Commit

Permalink
Update log level for publish verify
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Jan 4, 2024
1 parent bd915c1 commit bc56376
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 @@ -10,7 +10,7 @@
"build": "antora preview.yml --stacktrace --log-format=pretty",
"publish": "antora publish.yml --stacktrace --log-format=pretty",
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-file ./build/log/log.json",
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
"check-links-diff": "npm run build && link-checker build/site --do-file diff-links.txt --skip-file scripts/ignore-links.txt",
"check-links": "link-checker build/site -e --skip-file scripts/ignore-links.txt"
},
Expand Down

0 comments on commit bc56376

Please sign in to comment.