From d1f56f109b471d793df2b2194732f3c68687b9b4 Mon Sep 17 00:00:00 2001 From: Marlene <57748216+marlenezw@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:39:19 +0000 Subject: [PATCH] azure.yaml file updating to npm instead of error pnpm. --- azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index a6ca001c..7caf1008 100644 --- a/azure.yaml +++ b/azure.yaml @@ -13,7 +13,7 @@ services: shell: sh continueOnError: false interactive: false - run: cd ../frontend; pnpm install + run: cd ../frontend; npm install