Skip to content

Commit 22df1d3

Browse files
committed
fix: run pnpm install during workspace restart
1 parent 3b0d432 commit 22df1d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/crabcode

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,9 @@ restart_workspace() {
12491249
# Ensure shared volume is set up (migrates existing .local if needed)
12501250
setup_shared_volume "$dir"
12511251

1252+
# Reinstall dependencies (lockfile may have changed after reset)
1253+
check_and_install_deps "$dir"
1254+
12521255
success "Git reset complete (on branch: $branch_name)"
12531256

12541257
# If we're in tmux and the window exists, restart the panes

0 commit comments

Comments
 (0)