- add "pnpm typecheck" to allowed bash commands list - maintain proper JSON array formatting with trailing comma
@@ -28,7 +28,8 @@
"Bash(node:*)",
"Bash(pnpm run db:backup:latest:*)",
"Bash(done)",
- "Bash(do sed -i '8d' \"$file\")"
+ "Bash(do sed -i '8d' \"$file\")",
+ "Bash(pnpm typecheck)"
],
"deny": [],
"ask": []