fix: remove accidentally committed node_modules symlinks from git
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.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/user/projects/dev/ProjectE/packages/db/node_modules
|
||||
Reference in New Issue
Block a user