checkout
작성자: remotion-dev
Remotion 리포지토리에서 요청된 브랜치 또는 ref를 체크아웃하고, Codex에서 실행 중일 때 현재 작업을 연결된 PR 제목으로 변경한 다음, 의존성을 설치합니다…
npx skills add https://github.com/remotion-dev/remotion --skill checkoutCheckout the user-provided ref. Only when running in Codex, use
gh pr view --json title --jq .title to get the associated PR title, then use
set_thread_title to rename the current Codex task to that title. If the ref has no
associated PR, leave the task title unchanged and continue. Outside Codex, skip the
PR title lookup and task rename.
Then run:
bun i
bun run build