Skip to content

Commit

Permalink
Update docs/guides/lint-and-bundle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Heather Cloward <[email protected]>
  • Loading branch information
lornajane and HCloward authored Jan 11, 2024
1 parent 30ba209 commit 9e52ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/lint-and-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ redocly lint openapi.yaml && redocly bundle openapi.yaml
Using this syntax, the command only completes successfully if both the `lint` and the `bundle` step are marked as successful.
If the `lint` step returns errors, then the `bundle` command does not run at all.
If `lint` succeeds but `bundle` fails, the exit code indicates the failure.
Helpfully this approach means that even when used in automation, any failure state can be clearly identified, and the second step only proceeds if the first complete succesffully.
Helpfully this approach means that even when used in automation, any failure state can be clearly identified, and the second step only proceeds if the first completes succesfully.

0 comments on commit 9e52ae5

Please sign in to comment.