From c7f9d6f14240e94931fcbe0e2eddc552d0233cb7 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 4 Aug 2026 22:25:02 +0000 Subject: [PATCH] fix(ci): drop --if-present from the lerna build step; lerna 10 removed it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The publish workflow ran for the first time in its life after #563 fixed its owner guard, and failed immediately: ERR! lerna Unknown arguments: if-present, ifPresent The flag was inherited from the workflow's original form and had never executed — the job was gated on an owner that does not exist, so every run for the life of the file was a skip. Fixing the guard is what first ran this line, which is the same lesson the guard itself carried: a step that never runs is indistinguishable from a step that works. `lerna run