fix(publish): break recursion in publish-shade.sh → publish-all.ts
Some checks failed
Test / test (push) Has been cancelled
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user