From 9c4b72f6cbb3bd7ccddfe99e9f0bafc37af24e7d Mon Sep 17 00:00:00 2001 From: Jinksi Date: Fri, 17 Nov 2017 07:42:40 +1000 Subject: [PATCH] Add netlify.toml --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..cf10f70 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +# Global settings applied to the whole site. +# +# “publish” is the directory to publish (relative to root of your repo), +# “command” is your build command + +[build] + publish = "build" + command = "npm run build"