- add "pnpm run typecheck" to allowed commands list for type checking
@@ -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": []