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'