Hi,
I created a project based on Spin CLI template, so I have a bin
module depending on lib
and
I noticed that when building in watch mode (dune build -p #{self.name} --watch
), warnings from the lib
module (where most of my code is) don’t get reported. They do get reported when simply building dune build -p #{self.name}
.
Is there anything I can do to change this behavior?
Thanks