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]]