Skip to content

Commit

Permalink
build: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Aug 29, 2019
1 parent d7bc5af commit 60132da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pool:
vmImage: "Ubuntu-16.04"

steps:
- script: npm i
- script: npm ci
displayName: "Install npm dependencies"

- script: npm t
Expand Down

0 comments on commit 60132da

Please sign in to comment.