Provision local node_modules in issue worktrees

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-03-28 11:40:48 -05:00
parent 26ebe3b002
commit ebd45b62cd
2 changed files with 100 additions and 1 deletions

View File

@@ -346,7 +346,6 @@ list_base_node_modules_paths() {
! -path './.paperclip/*' \
| sed 's#^\./##'
}
if [[ -f "$worktree_cwd/package.json" && -f "$worktree_cwd/pnpm-lock.yaml" ]]; then
needs_install=0