Skip to content

Commit

Permalink
ci: 改用 install 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Jul 17, 2019
1 parent b731603 commit 2f89327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ steps:
- script: $(npm_upgrade)
displayName: 'npm upgrade'

- script: npm ci
displayName: 'npm ci'
- script: npm install
displayName: 'npm install'

- script: npm run test:lint
displayName: 'npm run test:lint'
Expand Down

0 comments on commit 2f89327

Please sign in to comment.