Skip to content

Commit

Permalink
Add lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Oct 1, 2018
1 parent a7f66dc commit b6c5853
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -9,8 +9,12 @@ steps:

- script: |
npm install
displayName: "Install dependencies"

displayName: 'Install dependencies'

- script: |
npm run bootstrap
displayName: 'Lerna bootstrap'

- script: |
npm test
displayName: 'Test next.js'
displayName: 'Run tests'

0 comments on commit b6c5853

Please sign in to comment.