build in optimized mode

master
Brian Hicks 2020-02-22 06:15:16 -06:00
parent 9f1f3417d7
commit 9b1d627c2f
1 changed files with 1 additions and 1 deletions

View File

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