ci: use --frozen-lockfile --non-interactive for azure

This commit is contained in:
pooya parsa 2019-02-06 22:32:31 +03:30
parent eb10c12da1
commit f5220cfbbb

View File

@ -16,7 +16,7 @@ steps:
displayName: 'Install Node.js'
- script: |
yarn
yarn --frozen-lockfile --non-interactive
displayName: 'Install dependencies'
- script: |