From 763434b5098064a4c8842abe7663225f668b3f9c Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Tue, 27 Apr 2021 09:23:43 -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 b3eef35..b42bf01 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" - command = "npx elm-spa build" + command = "npm i elm@latest && npx elm-spa build" # Prevents missing markdown files from redirecting to index.html [[redirects]]