onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
242 stars 28 forks source link

dcli compile should set working directory to package root. #106

Closed bsutton closed 3 years ago

bsutton commented 4 years ago

I suspect that we are creating '.dart_tools' and '.package' files in any old directory when doing a dcli compile.

We should set the working directory to the package root so that the .dart_tools and .package files are created in the correct directory.

bsutton commented 3 years ago

resolved in 0.25.0