From 5faa3098b8b57647d22ab557801e507c65285f2f Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Tue, 9 Jan 2024 15:16:55 -0800 Subject: [PATCH] Remove no-optional. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index d8a90d3df..ef6622946 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ base = "examples/docs/" functions = "functions/" publish = "dist/" - command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npm run build:generator) && npm install && npx --no-install elm-tooling install && npx elm-pages build && (cd functions/process-url && npm i)" + command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install && npm run build:generator) && npm install && npx --no-install elm-tooling install && npx elm-pages build && (cd functions/process-url && npm i)" [[redirects]] from = "/screenshot/*"