I have an Angular 4 on .NET Core MVC project hosted on Azure. After each publish I would like to run NPM INSTALL to update all my dependencies. Currently, I am opening Kudu and running it manually. Not a big deal, but I was wondering if there a way to automate this.
Thank you.
EDIT: The link posted below does clear part of my question, but I am still not sure how to create the .cmd file mentioned there.