Reputation: 2479
We have a node app running express
with a couple proxies in a WAWS with 4 slots.
Is it possible to trigger an npm update
without pushing new code?
Upvotes: 1
Views: 301
Reputation: 71120
Unless you've built some type of automation into your app to call npm update
programmatically, you'd either need to push new code, or do it manually via the console (yoursite.scm.azurewebsites.net
).
Upvotes: 2