Skip to content

Commit

Permalink
chore: remove ci opt
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 5, 2019
1 parent 861d543 commit cc11736
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines-template.yml
Expand Up @@ -18,11 +18,9 @@ jobs:
versionSpec: $(node_version)
- script: |
npm install -g npm@latest
npm ci
displayName: "Install npm"
- task: Npm@1
inputs:
command: run bootstrap
- script: |
./node_modules/.bin/lerna bootstrap
displayName: "Lerna bootstrap"
- task: Npm@1
inputs:
Expand Down

0 comments on commit cc11736

Please sign in to comment.