Skip to content

Commit 091787e

Browse files
feat: add additional Bash commands for enhanced development environment
1 parent babf1bf commit 091787e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"Bash(taskkill //F //IM node.exe)",
1212
"Bash(grep -c '```' \"D:/Projects - Community/web-platform/app/think-like-an-engineer/guide.md\")",
1313
"Bash(awk ':*)",
14-
"Bash(awk:*)"
14+
"Bash(awk:*)",
15+
"Bash(gh run:*)",
16+
"Bash(npm ci:*)",
17+
"Bash(npm --version)",
18+
"Bash(node -e \"try { JSON.parse\\(require\\('fs'\\).readFileSync\\('package-lock.json', 'utf8'\\)\\); console.log\\('Valid JSON'\\); } catch\\(e\\) { console.log\\('Invalid:', e.message\\); }\")"
1519
],
1620
"deny": [],
1721
"ask": []

0 commit comments

Comments
 (0)