diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:07:07 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:07:07 -0700 |
| commit | 2f4bd154f2158779a4bbcf80e53065d2590af844 (patch) | |
| tree | dbf48ae714f9caf88210848e9e725654ae71b4c1 /netlify.toml | |
| parent | 711e768d809b0bc473534ab3be5c187381340025 (diff) | |
Fix yarn version
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 6186f08..341dad6 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 = "0.27.5" [context.deploy-preview] command = "yarn build-preview" |
