The worktree session created node_modules symlinks that were staged with git add -A. These broke the deploy script which uses cp -r and cannot overwrite directories with symlinks.
The worktree session created node_modules symlinks that were staged with git add -A. These broke the deploy script which uses cp -r and cannot overwrite directories with symlinks.