From c3d37b0a4ce9fce02956da8c4301e96e26df9860 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Tue, 27 Apr 2021 10:19:05 -0500 Subject: [PATCH] Update netlify.toml --- docs/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/netlify.toml b/docs/netlify.toml index b42bf01..b057c29 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" - command = "npm i elm@latest && npx elm-spa build" + command = "npm i elm@latest && node scripts/generate-index.js && npx elm-spa build" # Prevents missing markdown files from redirecting to index.html [[redirects]]