just work
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 20m51s

This commit is contained in:
2026-01-09 11:44:38 -08:00
parent e75054b1ab
commit ebceb0e2e3
6 changed files with 38 additions and 5 deletions

View File

@@ -71,7 +71,12 @@
"mcp__podman__network_list",
"Bash(podman network connect:*)",
"Bash(npm run build:*)",
"Bash(set NODE_ENV=test)"
"Bash(set NODE_ENV=test)",
"Bash(podman-compose:*)",
"Bash(timeout 60 podman machine start:*)",
"Bash(podman build:*)",
"Bash(podman network rm:*)",
"Bash(npm run lint)"
]
}
}