From 2da22108c402948c08324abf08dac8bce0bf3447 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 19 Nov 2018 21:13:50 +0000 Subject: [PATCH] Add netlify.toml --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c549a3c --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "yarn build" + publish = "dist"