Parcourir la source

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

- add "Bash(npm run)" to allowed commands list for better npm script execution support
yourname il y a 2 mois
Parent
commit
b26eec8e64
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .claude/settings.local.json

+ 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": []