From 08c99b2003d010f40cb9fad4a8f478727c6864fe Mon Sep 17 00:00:00 2001 From: Alaric <161679330+AlaricWeb@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:33:20 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index caac677..6cd100f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,6 @@ steps: displayName: 'Install Node.js' - script: | - npm install - npm run build + npm install -g pnpm + pnpm run build displayName: 'npm install and build'