From 563b2c53c758cbad60b5b8260dbd717f5823bb67 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Wed, 1 Nov 2017 15:44:53 -0700 Subject: [PATCH] Add note about npm install --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a668671a4..f1c3f4f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to the "azurefunctions" extension will be documented in this ### Fixed - Show warning message that zip deploy is a destructive action - Leverage [new app service zipdeploy](https://github.com/projectkudu/kudu/wiki/Deploying-from-a-zip-file) +### Removed +- Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app ## 0.1.0 - 2017-10-19 ### Added