Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Debaerdm committed Aug 27, 2020
1 parent b2aecba commit 29941ca
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 @@ -38,8 +38,8 @@ steps:
sonar.test.inclusions=src/**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
- script: npm install && npm run bootstrap
displayName: 'npm install and bootstrap'
- script: npm install && npm run build
displayName: 'npm install and build'

- script: npm test -- --coverage
displayName: 'npm run test:coverage'

0 comments on commit 29941ca

Please sign in to comment.