File tree Expand file tree Collapse file tree 3 files changed +453
-0
lines changed
Expand file tree Collapse file tree 3 files changed +453
-0
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments