Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions t3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"name": "Wait for PR",
"command": "mise exec node@24.13.1 -- node scripts/lastcode-wait-for-pr.ts",
"icon": "test"
},
{
"name": "Run Full CI",
"command": "mise exec node@24.13.1 -- node scripts/lastcode-local-ci.ts --full",
"icon": "test"
}
]
}