From f22a67e831352e335e38afa7516a2f02cfd22118 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Sat, 17 Oct 2020 21:37:47 -0400 Subject: [PATCH] ci/azure-deployment.yml: fix NPM deployment --- ci/azure-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure-deployment.yml b/ci/azure-deployment.yml index b92ae5a4..686ebdbc 100644 --- a/ci/azure-deployment.yml +++ b/ci/azure-deployment.yml @@ -92,6 +92,7 @@ jobs: - template: azure-job-setup.yml parameters: setupBuild: true + setupCranko: true setupNpm: true - bash: cd frontend && npm install displayName: NPM install