diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:05:34 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:05:34 -0700 |
| commit | 711e768d809b0bc473534ab3be5c187381340025 (patch) | |
| tree | 30875ff6417a4eff4f8c4fa948b6eae6e6991756 /netlify.toml | |
| parent | d44a252f64fc521d7de4435b43f90476b5c869ec (diff) | |
Force a more recent yarn version
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
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" |
