Skip to content

Commit

Permalink
build in optimized mode
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 22, 2020
1 parent 9f1f341 commit 9b1d627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
@@ -1,5 +1,5 @@
[build]
command = "mkdir dist; elm make --output=dist/index.html src/Main.elm"
command = "mkdir dist; elm make --optimize --output=dist/index.html src/Main.elm"
publish = "./dist/"

[build.environment]
Expand Down

0 comments on commit 9b1d627

Please sign in to comment.