- add "Bash(npm run)" to allowed commands list for better npm script execution support
@@ -18,7 +18,8 @@
"Bash(npm test:*)",
"Bash(npm run typecheck)",
"Bash(npx playwright test:*)",
- "Bash(npm view:*)"
+ "Bash(npm view:*)",
+ "Bash(npm run)"
],
"deny": [],
"ask": []