Skip to content

Commit 4ae024c

Browse files
authored
chore(cursor): add worktrees.json for worktree setup (#7563)
chore(cursor): add worktrees.json for worktree setup Run `yarn install` when Cursor creates a worktree so parallel agent worktrees have dependencies installed. Merge branch 'master' into watson/cursor-worktrees Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>
1 parent 5660164 commit 4ae024c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.cursor/worktrees.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"scripts": {
3+
"postCreate": "yarn install"
4+
}
5+
}

0 commit comments

Comments
 (0)