aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Biilmann <info@mathias-biilmann.net>2018-02-04 12:24:30 -0800
committerShawn Erquhart <shawn@erquh.art>2018-02-06 12:49:41 -0500
commit8b91a957176e609d1dc6887f3ea52ce9c9f2ad44 (patch)
tree3ccc86a83f111ac6827e45f6f59a02ebc785c6c9
parentc7e0c118b966d460fa96da1c2c1be8aa56b5def2 (diff)
Update Yarn
This updates yarn to 1.3.2
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 341dad6..29723c7 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
command = "yarn build"
publish = "dist"
[build.environment]
- YARN_VERSION = "0.27.5"
+ YARN_VERSION = "1.3.2"
[context.deploy-preview]
command = "yarn build-preview"