diff --git a/netlify.toml b/netlify.toml index 9283543..afbd56b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,9 +2,6 @@ command = "yarn build" publish = "website/dist" -[build.environment] - YARN_FLAGS = "--frozen-lockfile --verbose" - [functions] directory = "functions"