Skip to content

Commit dc74910

Browse files
fix: add git push permission to settings.local.json
1 parent 842458a commit dc74910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"Bash(npx cypress run:*)",
1313
"Bash(npm run:*)",
1414
"Bash(npx tsc:*)",
15-
"Bash(npx eslint:*)"
15+
"Bash(npx eslint:*)",
16+
"Bash(git push:*)"
1617
],
1718
"deny": []
1819
}

0 commit comments

Comments
 (0)