7 lines
88 B
JSON
7 lines
88 B
JSON
{
|
|
"setup-worktree": [
|
|
"git submodule update --init --recursive",
|
|
"pnpm"
|
|
]
|
|
}
|