I'm trying to setup our prject to use nx-container but It would really help if there was some output about what the package is doing when running with NX_VERBOSE_LOGGING=true or nx <command> --verbose
I tried cloning the repo, and doing the changes myself, but when husky tries to validate package-lock.json, it can't read it.. It's probably something to do with my corporate windows computer (i know husky have issues with windows).
In plugins/nx-container/src/executors/build/ executor.ts I propose the following additions:
This would let you see the final build command that is sent to docker or what ever engine you are using, and It will let you see the output from that command.
I'm trying to setup our prject to use
nx-container
but It would really help if there was some output about what the package is doing when running withNX_VERBOSE_LOGGING=true
ornx <command> --verbose
I tried cloning the repo, and doing the changes myself, but when husky tries to validate package-lock.json, it can't read it.. It's probably something to do with my corporate windows computer (i know husky have issues with windows).
In
plugins/nx-container/src/executors/build/ executor.ts
I propose the following additions:This would let you see the final build command that is sent to docker or what ever engine you are using, and It will let you see the output from that command.