From 9cffba51c3d68182427fb9c01c796b9a6c6cd05a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Sat, 5 Nov 2016 05:03:15 -0700 Subject: [PATCH] Create netlify.toml --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000000..5245ddd42c --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[context.deploy-preview] + command = "make build-preview"