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