Skip to content

Commit d89add1

Browse files
committed
Add sync-claude script and update bump.mjs
1 parent 57dbd16 commit d89add1

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
@@ -42,6 +42,7 @@
4242
"prepare": "husky",
4343
"prepublishOnly": "echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1",
4444
"publish": "node scripts/publish.mjs",
45+
"sync-claude": "node scripts/sync-claude.mjs",
4546
"test": "node scripts/test.mjs",
4647
"test-ci": "pnpm run test --all",
4748
"type": "tsgo --noEmit -p .config/tsconfig.check.json",

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)