We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f266a52 commit 82ae566Copy full SHA for 82ae566
3 files changed
package.json
@@ -48,6 +48,7 @@
48
"prepare": "husky",
49
"bs": "pnpm run build --src; pnpm exec socket --",
50
"s": "pnpm exec socket --",
51
+ "sync-claude": "node scripts/sync-claude.mjs",
52
"test": "node scripts/test.mjs",
53
"test:validate": "node scripts/validate-tests.mjs",
54
"test:wrapper": "node scripts/test-wrapper.mjs",
scripts/bump.mjs
@@ -712,6 +712,7 @@ async function main() {
712
if (!claudeCmd) {
713
log.failed('claude-console not found')
714
log.error('Please install claude-console: https://github.com/anthropics/claude-console')
715
+ log.info('Install with: npm install -g @anthropic/claude-console')
716
log.info('Or use --skip-changelog to skip AI-generated changelog')
717
process.exitCode = 1
718
return
0 commit comments