diff options
| author | Mathias Biilmann <info@mathias-biilmann.net> | 2018-02-04 12:24:30 -0800 |
|---|---|---|
| committer | Shawn Erquhart <shawn@erquh.art> | 2018-02-06 12:49:41 -0500 |
| commit | 8b91a957176e609d1dc6887f3ea52ce9c9f2ad44 (patch) | |
| tree | 3ccc86a83f111ac6827e45f6f59a02ebc785c6c9 | |
| parent | c7e0c118b966d460fa96da1c2c1be8aa56b5def2 (diff) | |
Update Yarn
This updates yarn to 1.3.2
| -rw-r--r-- | netlify.toml | 2 |
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" |
