Closed
Description
Hey all,
@jlooper and I discovered some strange behavior when working with the v1.1 CLI. tns run
now creates a tmp
folder in the folder you execute the command from.
The problem with this is: if you execute run
from multiple folders, which I do with my Sublime Text workflow, you end up with multiple copies of this tmp
folder. This has a performance impact, as the CLI has to build tmp
multiple times, and it's also just kind of strange.
Unless I'm missing something, it seems like tmp
should always be created in the root of the project, regardless of the subfolder you execute run
in.
Thanks.