After actions (copy files) after compilation / assembly in "Visual Studio Code"

I am writing TypeScript / JavaScript for SharePoint. Since VSC cannot open folders in WebDAV directly (gives an error), I have to develop on my computer, compile the code and manually copy (via a batch file) files to the SharePoint library.

Question . How can I automate in VSCode copying some files to a network drive after I have executed the compilation / assembly (CTRL + Shift + B) action of my TypeScript code?

+4
source share

Source: https://habr.com/ru/post/1616035/


All Articles