From f5903243154e04f1cd59801d3b0198db43bbb911 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Mon, 21 Feb 2022 11:43:00 -0500 Subject: [PATCH] edits toml and runs init --- .gitignore | 3 +++ netlify.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8f682b..e5211e1 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ sw.* # Vim swap files *.swp + +# Local Netlify folder +.netlify diff --git a/netlify.toml b/netlify.toml index bfd6648..75e97ee 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ ## This is the configuration file for Netlify ## https://docs.netlify.com/configure-builds/file-based-configuration/ -[[build]] +[build] command = "npm run generate" # how to build your project functions = "netlify/functions" # where Netlify Functions live publish = "dist" # where the built project lives