2
0
Эх сурвалжийг харах

🔧 chore(settings): update allowed bash commands in claude settings

- add "Bash(npm run)" to allowed commands list for better npm script execution support
yourname 2 сар өмнө
parent
commit
b26eec8e64

+ 2 - 1
.claude/settings.local.json

@@ -18,7 +18,8 @@
       "Bash(npm test:*)",
       "Bash(npm run typecheck)",
       "Bash(npx playwright test:*)",
-      "Bash(npm view:*)"
+      "Bash(npm view:*)",
+      "Bash(npm run)"
     ],
     "deny": [],
     "ask": []