From 2a3ebd0d0b159c84d222b0e85f6166b8323cfea8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 12 Nov 2019 20:05:41 +0000 Subject: [PATCH] Remove yarn version --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c693df78..b81bed96 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,4 +7,4 @@ composer test && \ cp -R source/build output_prod """ publish = "output_prod" -environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" } +environment = { PHP_VERSION = "7.2" }