Skip to content

Commit

Permalink
Remove no-optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Jan 9, 2024
1 parent 493d4d7 commit 5faa309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down

0 comments on commit 5faa309

Please sign in to comment.