evilkiwi / devon

Docker-based Monorepo Local Development CLI
https://docs.evil.kiwi/devon/
GNU General Public License v3.0
9 stars 1 forks source link

bug: executing `devon` outside of an enabled monorepo #5

Closed devlsh closed 2 years ago

devlsh commented 2 years ago

Describe the bug Currently when trying to execute devon anywhere that isn't a monorepo with typescript as a dependency fails - this shouldn't happen, and it prevents running commands like devon help outside of repositories.

To Reproduce Steps to reproduce the behavior:

  1. Go to a non-project folder in the filesystem
  2. Run devon

Expected behavior The command should work regardless - if it is a command that requires a project, it would already fail as part of the cwd check.