Skip to content

Commit 29fcc5c

Browse files
jlia0claude
andcommitted
fix(release): add tsconfig.base.json, remove stale setup-wizard ref
- Add tsconfig.base.json to release bundle (needed by monorepo) - Remove setup-wizard.sh chmod from bundle.sh (file no longer exists) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 74f0b24 commit 29fcc5c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
cp package.json "$BUNDLE_DIR/"
8888
cp package-lock.json "$BUNDLE_DIR/"
8989
cp tsconfig.json "$BUNDLE_DIR/"
90+
cp tsconfig.base.json "$BUNDLE_DIR/"
9091
cp README.md "$BUNDLE_DIR/"
9192
cp AGENTS.md "$BUNDLE_DIR/"
9293
cp SOUL.md "$BUNDLE_DIR/"

scripts/bundle.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ chmod +x "$BUNDLE_DIR/scripts/install.sh"
101101
chmod +x "$BUNDLE_DIR/scripts/uninstall.sh"
102102
chmod +x "$BUNDLE_DIR/scripts/bundle.sh"
103103
chmod +x "$BUNDLE_DIR/scripts/remote-install.sh"
104-
chmod +x "$BUNDLE_DIR/lib/setup-wizard.sh"
105104
chmod +x "$BUNDLE_DIR/lib/heartbeat-cron.sh"
106105
chmod +x "$BUNDLE_DIR/lib/update.sh"
107106

0 commit comments

Comments
 (0)