From 220d44b50c003090180deb63c3292b8b8b59d8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Tue, 1 Sep 2020 17:33:19 +0200 Subject: [PATCH] chore: remove Netlify file --- netlify.toml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index b5158e78..00000000 --- a/netlify.toml +++ /dev/null @@ -1,6 +0,0 @@ -[build] - command="yarn run website:deploy" - publish="packages/website/build" - -[build.environment] - YARN_VERSION = "1.22.4"