Przeglądaj źródła

🔧 chore(claude): update allowed bash commands

- add "pnpm run typecheck" to allowed commands list for type checking
yourname 2 miesięcy temu
rodzic
commit
7df52cc384
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .claude/settings.local.json

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

@@ -29,7 +29,8 @@
       "Bash(pnpm run db:backup:latest:*)",
       "Bash(done)",
       "Bash(do sed -i '8d' \"$file\")",
-      "Bash(pnpm typecheck)"
+      "Bash(pnpm typecheck)",
+      "Bash(pnpm run typecheck)"
     ],
     "deny": [],
     "ask": []