mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
ci: use --frozen-lockfile --non-interactive for azure
This commit is contained in:
parent
eb10c12da1
commit
f5220cfbbb
@ -16,7 +16,7 @@ steps:
|
|||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
yarn
|
yarn --frozen-lockfile --non-interactive
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user