Skip to content

Commit

Permalink
chore: :)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 5, 2019
1 parent ab4c3a2 commit 4e67e7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines-template.yml
Expand Up @@ -21,8 +21,10 @@ jobs:
displayName: "Install npm"
- script: |
npm install
npm install typescript -g
npm run bootstrap
npm install typescript --save-dev
npm install lerna --save-dev
lerna bootstrap
npm run build
displayName: "Lerna bootstrap"
- script: |
npm run test
Expand Down

0 comments on commit 4e67e7f

Please sign in to comment.