Skip to content

Commit

Permalink
fix(CI-azure): rectify lerna error on azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 18, 2021
1 parent 7a836cd commit 78708ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ steps:
versionSpec: '16.x'
displayName: 'Install Node.js'

- script: |
git switch -C main
displayName: 'Reattach HEAD'

- script: |
npm ci
rm $(which yarn)
Expand Down

0 comments on commit 78708ec

Please sign in to comment.