diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fec5bf1..064c3462 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: steps: - checkout: self clean: false - - script: yarn install + - script: npm install displayName: install - script: npm run lint displayName: lint @@ -36,7 +36,7 @@ jobs: options: "-u root" steps: - - script: yarn install + - script: npm install displayName: install - script: npm run test:all env: @@ -74,7 +74,7 @@ jobs: - task: NodeTool@0 inputs: versionSpec: "11.x" - - script: yarn install + - script: npm install displayName: install - script: npm run lint displayName: lint