yesamer commented on PR #2207: URL: https://github.com/apache/incubator-kie-tools/pull/2207#issuecomment-2061800232
@tiagobento This is ready for another review round. - I added the new module that holds the JBang stuff, as agreed - I implemented the fetching mechanism as agreed. We can't directly call `jbang` in the `package.json` file, because after installing JBang with the preinstall hook, it requires a new Shell for changes to take effect. So I created a new TS file to manage this case. The file is then called in the package.json "fetch" script. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
