fix(publish): break recursion in publish-shade.sh → publish-all.ts
Some checks failed
Test / test (push) Has been cancelled

publish-shade.sh used to call `bun run publish:all`, which in turn was
wired to call publish-shade.sh (after the V4.0 cleanup). Point it
directly at scripts/publish-all.ts so the interactive flow runs the
TS publisher without re-entering itself.

Verified: dry-run from publish-shade.sh now packs all 24 @shade/*@4.0.0
packages cleanly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 18:53:16 +02:00
parent e6fdf31b49
commit de25b19033

View File

@@ -127,6 +127,6 @@ export GITEA_TOKEN="$TOKEN"
cd "$SHADE_DIR"
echo
echo "Kjører bun run publish:all i $SHADE_DIR"
echo "Kjører scripts/publish-all.ts i $SHADE_DIR"
echo "----------------------------------------"
bun run publish:all
bun run scripts/publish-all.ts