Skip to content

Commit 82ae566

Browse files
committed
Add sync-claude script and update bump.mjs
1 parent f266a52 commit 82ae566

File tree

3 files changed

+453
-0
lines changed

3 files changed

+453
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"prepare": "husky",
4949
"bs": "pnpm run build --src; pnpm exec socket --",
5050
"s": "pnpm exec socket --",
51+
"sync-claude": "node scripts/sync-claude.mjs",
5152
"test": "node scripts/test.mjs",
5253
"test:validate": "node scripts/validate-tests.mjs",
5354
"test:wrapper": "node scripts/test-wrapper.mjs",

scripts/bump.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ async function main() {
712712
if (!claudeCmd) {
713713
log.failed('claude-console not found')
714714
log.error('Please install claude-console: https://github.com/anthropics/claude-console')
715+
log.info('Install with: npm install -g @anthropic/claude-console')
715716
log.info('Or use --skip-changelog to skip AI-generated changelog')
716717
process.exitCode = 1
717718
return

0 commit comments

Comments
 (0)