Skip to content

Commit d9ea3c1

Browse files
committed
chore: Update Claude permissions to include npm install command
1 parent d61ce5a commit d9ea3c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.claude/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"allow": [
44
"Bash(npm run lint)",
55
"Bash(npm run typecheck)",
6-
"Bash(npm run test*)"
6+
"Bash(npm run test*)",
7+
"Bash(npm install)"
78
],
89
"deny": []
910
}

0 commit comments

Comments
 (0)