diff options
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" |
