Skip to content

Commit

Permalink
[INTERNAL] Azure Pipelines: Use npm ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Apr 26, 2019
1 parent 90cf6de commit 200bb74
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 @@ -33,7 +33,7 @@ steps:
versionSpec: $(node_version)
displayName: 'Install Node.js'

- script: npm install
- script: npm ci
- script: npm run test-azure

- task: PublishTestResults@2
Expand Down

0 comments on commit 200bb74

Please sign in to comment.