From 46ff0b0db3ecd0a88d834f6ed545fdb51f23b704 Mon Sep 17 00:00:00 2001 From: DavidWells Date: Wed, 20 Jun 2018 20:54:35 -0700 Subject: [PATCH] update toml config --- netlify.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 96ffeef..1d1bf3a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,8 @@ [build] - Functions = "functions-build" - + functions = "functions-build" + # This will be run the site build + command = "npm run build" + # This is the directory is publishing to netlify's CDN + publish = "build" [template.environment] FAUNADB_SECRET = "Your FaunaDB Server Secret"