Fix formatting in .branchlet.json

This commit is contained in:
Nicholas Tindle
2026-01-29 11:57:12 -06:00
committed by GitHub
parent b94c83aacc
commit 1407efcbc0

View File

@@ -29,8 +29,7 @@
"postCreateCmd": [
"cd autogpt_platform/autogpt_libs && poetry install",
"cd autogpt_platform/backend && poetry install && poetry run prisma generate",
"cd autogpt_platform/frontend && pnpm install",
"cd docs && pip install -r requirements.txt"
"cd autogpt_platform/frontend && pnpm install"
],
"terminalCommand": "code .",
"deleteBranchWithWorktree": false