build: update yarn version in netlify build (#2902)

This commit is contained in:
Erez Rokah 2019-11-20 18:10:22 +02:00 committed by GitHub
parent 35da9a7027
commit 3252be2350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@
ignore = "git diff --quiet HEAD^ HEAD -- . ':!website/'"
[build.environment]
YARN_FLAGS = "--no-ignore-optional"
YARN_VERSION = "1.7.0"
YARN_FLAGS = "--frozen-lockfile"
YARN_VERSION = "1.19.1"