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:
- 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

Loading…
Cancel
Save