Skip to content

Commit b1e7ca2

Browse files
committed
chore: add permission for nx commands in settings
1 parent f1c65ec commit b1e7ca2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Bash(npx tsc:*)",
1616
"Bash(yarn prettier:*)",
1717
"Bash(npx prettier:*)",
18-
"Bash(npx nx run landing:build)"
18+
"Bash(npx nx run landing:build)",
19+
"Bash(npx nx:*)"
1920
],
2021
"deny": [],
2122
"ask": []

0 commit comments

Comments
 (0)