Browse Source

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

- add "Bash(pnpm test:api:*)" to allowed commands list to support api test variations
yourname 4 months ago
parent
commit
22c5607d2a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .claude/settings.local.json

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

@@ -34,7 +34,8 @@
       "Bash(eslint:*)",
       "Bash(pnpm exec eslint:*)",
       "Bash(pnpm test:e2e:chromium:*)",
-      "Bash(pnpm test:api)"
+      "Bash(pnpm test:api)",
+      "Bash(pnpm test:api:*)"
     ],
     "deny": [],
     "ask": []