You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a package that is structured like a monorepo, where all source files are stored in a packages/ directory (lowercase!). However, when I run wally install, it nukes the entire packages folder instead of warning me (or doing nothing, because Wally writes to uppercase Packages).
Wally should detect if packages contains anything but dependencies (maybe check if it has an _Index folder?) and warn me before deleting the folder. This could easily cause people to lose entire projects.
I am on macOS.
The text was updated successfully, but these errors were encountered:
I'm working on a package that is structured like a monorepo, where all source files are stored in a
packages/
directory (lowercase!). However, when I runwally install
, it nukes the entirepackages
folder instead of warning me (or doing nothing, because Wally writes to uppercasePackages
).Wally should detect if
packages
contains anything but dependencies (maybe check if it has an_Index
folder?) and warn me before deleting the folder. This could easily cause people to lose entire projects.I am on macOS.
The text was updated successfully, but these errors were encountered: