From 8eb9d2aaeaaba1ee89bc397c72b48e2bb63a5dbc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 16 Mar 2020 08:57:54 +0000 Subject: [PATCH] Re-add netlify.toml References #34 --- 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..7151940 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "npm run production" + publish = "public"