From 8abc0a8a582092fd78e6b78e2dd60052736d6bd3 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:37:35 +0200 Subject: [PATCH] chore: Fix claude config (#25426) --- .claude/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 4c8121ef1f5..accfe1fb14b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -10,8 +10,7 @@ "Bash(pnpm test:*)", "Bash(pnpm typecheck:*)", "Bash(popd)", - "Bash(pushd:*)", - "Bash(tee:*.log)" + "Bash(pushd:*)" ] } }