Skip to content

Commit

Permalink
chore: remove ignore optional from mac os install
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Jan 29, 2022
1 parent 903dd07 commit 6d1a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stages:
displayName: 'Install Node.js 14.18.2'
- script: npm install -g gulp
displayName: 'Install Gulp'
- script: yarn install --ignore-optional
- script: yarn install
displayName: 'Run yarn install'
- script: yarn gulp release --osx64
displayName: 'Run yarn release for OSX'
Expand Down

0 comments on commit 6d1a99f

Please sign in to comment.