From 106c3c40b46d038a7b7498edaae416fa5c5aa8db Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 20 Oct 2024 11:08:04 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Patrik Oldsberg --- .changeset/khaki-fireants-march.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/khaki-fireants-march.md b/.changeset/khaki-fireants-march.md index 600f8eba9e..8b5d897305 100644 --- a/.changeset/khaki-fireants-march.md +++ b/.changeset/khaki-fireants-march.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -add --alwaysPack as a replacement for the now-hidden --alwaysYarnPack +Added `--alwaysPack` as a replacement for the now hidden `--alwaysYarnPack` option for the `build-workspace` command.