소스 검색

🔧 chore(claude): update allowed bash commands

- add "pnpm run typecheck" to allowed commands list for type checking
yourname 3 달 전
부모
커밋
7df52cc384
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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": []