From 2d200244d48c1c15881749b1c71bc9ff6cc7d0d3 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Wed, 21 May 2025 08:38:18 -0400 Subject: [PATCH] add changeset Signed-off-by: aramissennyeydd --- .changeset/good-paths-act.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/good-paths-act.md diff --git a/.changeset/good-paths-act.md b/.changeset/good-paths-act.md new file mode 100644 index 0000000000..dc33b43766 --- /dev/null +++ b/.changeset/good-paths-act.md @@ -0,0 +1,5 @@ +--- +'@backstage/repo-tools': patch +--- + +Fix an issue where errors were not printed to console when running `backstage-repo-tools schema openapi generate` without the `--watch` flag.