Browse Source

chore: use npm install

pull/5786/head
chenshuai2144 6 years ago
parent
commit
f3013df899
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -16,7 +16,7 @@ jobs:
steps: steps:
- checkout: self - checkout: self
clean: false clean: false
- script: yarn install - script: npm install
displayName: install displayName: install
- script: npm run lint - script: npm run lint
displayName: lint displayName: lint
@ -36,7 +36,7 @@ jobs:
options: "-u root" options: "-u root"
steps: steps:
- script: yarn install - script: npm install
displayName: install displayName: install
- script: npm run test:all - script: npm run test:all
env: env:
@ -74,7 +74,7 @@ jobs:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSpec: "11.x" versionSpec: "11.x"
- script: yarn install - script: npm install
displayName: install displayName: install
- script: npm run lint - script: npm run lint
displayName: lint displayName: lint

Loading…
Cancel
Save