瀏覽代碼

🔧 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 月之前
父節點
當前提交
b26eec8e64
共有 1 個文件被更改,包括 2 次插入1 次删除
  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": []