File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "hooks" : [
1313 {
1414 "type" : " command" ,
15- "command" : " [ -x \" ${CLAUDE_PLUGIN_DATA}/node_modules/.bin/bash-language-server\" ] && diff -q \" ${CLAUDE_PLUGIN_ROOT}/package.json\" \" ${CLAUDE_PLUGIN_DATA}/package.json\" >/dev/null 2>&1 || (mkdir -p \" ${CLAUDE_PLUGIN_DATA} \" && cd \" ${CLAUDE_PLUGIN_DATA}\" && cp \" ${CLAUDE_PLUGIN_ROOT}/package.json\" . && npm install --loglevel=error) || rm -f \" ${CLAUDE_PLUGIN_DATA}/package.json\" "
15+ "command" : " [ -x \" ${CLAUDE_PLUGIN_DATA}/node_modules/.bin/bash-language-server\" ] && diff -q \" ${CLAUDE_PLUGIN_ROOT}/package.json\" \" ${CLAUDE_PLUGIN_DATA}/package.json\" >/dev/null 2>&1 || (cd \" ${CLAUDE_PLUGIN_DATA}\" && cp \" ${CLAUDE_PLUGIN_ROOT}/package.json\" . && npm install --loglevel=error) || rm -f \" ${CLAUDE_PLUGIN_DATA}/package.json\" "
1616 }
1717 ]
1818 }
Original file line number Diff line number Diff line change 1212 "hooks" : [
1313 {
1414 "type" : " command" ,
15- "command" : " mkdir -p \" ${CLAUDE_PLUGIN_DATA} \" && ( diff -q \" ${CLAUDE_PLUGIN_ROOT}/package.json\" \" ${CLAUDE_PLUGIN_DATA}/package.json\" >/dev/null 2>&1 || (cd \" ${CLAUDE_PLUGIN_DATA}\" && cp \" ${CLAUDE_PLUGIN_ROOT}/package.json\" . && npm install --loglevel=error) || rm -f \" ${CLAUDE_PLUGIN_DATA}/package.json\" ) "
15+ "command" : " diff -q \" ${CLAUDE_PLUGIN_ROOT}/package.json\" \" ${CLAUDE_PLUGIN_DATA}/package.json\" >/dev/null 2>&1 || (cd \" ${CLAUDE_PLUGIN_DATA}\" && cp \" ${CLAUDE_PLUGIN_ROOT}/package.json\" . && npm install --loglevel=error) || rm -f \" ${CLAUDE_PLUGIN_DATA}/package.json\" "
1616 }
1717 ]
1818 }
You can’t perform that action at this time.
0 commit comments