Skip to content

Commit 686f64f

Browse files
```
feat: update settings and package-lock with new commands and dependencies - Added new Bash commands to .claude/settings.local.json - Updated package-lock.json to include license and engines fields - Added new devDependencies: bumpp and npm-run-all2 ```
1 parent 6671999 commit 686f64f

File tree

3 files changed

+646
-51
lines changed

3 files changed

+646
-51
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"Bash(git add:*)",
1111
"Bash(mv:*)",
1212
"Bash(pnpm add:*)",
13-
"Bash(pnpm:*)"
13+
"Bash(pnpm:*)",
14+
"Bash(npx tsc:*)",
15+
"Bash(npx typescript:*)",
16+
"Bash(npm ls:*)"
1417
],
1518
"deny": [],
1619
"ask": [],

0 commit comments

Comments
 (0)