aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-09-06 06:05:34 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2017-09-06 06:05:34 -0700
commit711e768d809b0bc473534ab3be5c187381340025 (patch)
tree30875ff6417a4eff4f8c4fa948b6eae6e6991756
parentd44a252f64fc521d7de4435b43f90476b5c869ec (diff)
Force a more recent yarn version
-rw-r--r--netlify.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 3471397..6186f08 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,8 @@
[build]
command = "yarn build"
publish = "dist"
+[build.environment]
+ YARN_VERSION = 0.27.5
[context.deploy-preview]
command = "yarn build-preview"