Skip to content

Commit

Permalink
add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 31, 2020
1 parent 6f38460 commit 95a6409
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
@@ -0,0 +1,6 @@
[build]
command = "mkdir dist; elm make --output=dist/index.html src/Main.elm"
publish = "./dist/"

[build.environment]
ELM_HOME = "$NETLIFY_CACHE_DIR/elm"

0 comments on commit 95a6409

Please sign in to comment.