Postbuild script ?

Hi,

Is there a way to add a postbuild script in VSC/TMS webcore ?

I have been looking for it, but could not find it.

Thanks!

If you edit the .vscode/tasks.json, you can add any task after/before the build is performed, check "dependsOn":

image

If you put something after "Active", it will be executed right after the build has finished.

To know more about VSC tasks, check this link: