Hello all,
I am new to Construct 3 (just created an account today actually) and finally got my initial project setup. I am saving to a project folder and committing the output into a github repo which is really awesome. The next step/question I am kind of suck on now is can I run some kind of CLI based tool so I can have my build system compile/export that project for me?
I am currently using Github actions on an Ubuntu based image to build and compile my server code. I was hoping I could add an additional build step to automatically generate the html5 build instead of having to export the zip file manually, commit it, and then have the build system move that output into my hosting server and CDN service.
Thanks!