Skip to content

Commit fcd31a5

Browse files
committed
Allow claude to run npm tasks
1 parent 4290f1e commit fcd31a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
# Optional: Add claude_args to customize behavior and configuration
5353
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5454
# or https://docs.claude.com/en/docs/claude-code/cli-reference for available options
55-
claude_args: '--allowed-tools "Bash(mix:*)" --allowed-tools "WebFetch"'
55+
claude_args: '--allowed-tools "Bash(mix:*)" --allowed-tools "Bash(npm:*)" --allowed-tools "WebFetch"'
5656

0 commit comments

Comments
 (0)