Running nargo compile
in a package within a workspace doesn't write to the workspace target directory
#7193
Labels
bug
Something isn't working
Consider the workspace below with two packages
a
andb
.If we run
nargo compile
from the workspace root then botha.json
andb.json
are written to the./target
directory at the workspace root. However if I cd intoa
and then runnargo compile
thena.json
will be written toa/target
rather than./target
.This is a confusing discrepancy, I would expect that we always write into the
./target
directory.The text was updated successfully, but these errors were encountered: