convector-cli icon indicating copy to clipboard operation
convector-cli copied to clipboard

Watch mode for debug

Open diestrin opened this issue 6 years ago • 0 comments

Right now when we run the chaincode in debug mode with hurley, we need to compile TS and then run cc:package to generate the chaincode folder again.

It would be useful if there is a command to do this automatically, maybe by using https://www.npmjs.com/package/npm-watch we can achieve this

diestrin avatar Apr 16 '19 17:04 diestrin