@biffo/cli 0.313.2 → 0.313.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.313.2",
3
+ "version": "0.313.3",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/scripts/verify.sh CHANGED
@@ -1516,6 +1516,14 @@ fi
1516
1516
  [ -f scripts/verify-deployed.test.sh ] && run_check verify-deployed sh scripts/verify-deployed.test.sh
1517
1517
  [ -f scripts/branch-health-plan-only-detection.test.sh ] &&
1518
1518
  run_check branch-health-plan-only sh scripts/branch-health-plan-only-detection.test.sh
1519
+ # Same shape (#1997): stubs `gh` on PATH, so no network and no Actions run.
1520
+ # Measured here: ~0.2s. It belongs in the local gate rather than CI alone because
1521
+ # the workflow it guards CANNOT be exercised by CI at all -- a `workflow_run`
1522
+ # workflow only ever runs the default branch's copy, so the pull request that
1523
+ # adds or changes one never runs it, and this self-test is the only thing that
1524
+ # sees the change before it is live.
1525
+ [ -f scripts/rerun-on-runner-loss.test.sh ] &&
1526
+ run_check rerun-on-runner-loss sh scripts/rerun-on-runner-loss.test.sh
1519
1527
 
1520
1528
  # The DDL module-number allocator's own race-freedom proof (#1886): races real
1521
1529
  # `git` processes against throwaway local bare repos (never a mock of git, and