From ea8f10e262f9d89bcc4e216f511f3c71dffd6692 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 16 May 2020 21:45:39 +0900 Subject: [PATCH] add dummy command --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 9a3bbb9..27d3b9e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build] functions = "netlify-functions" + command = ":" [[redirects]] from = "/*" to = "/.netlify/functions/app"