elm-pages-v3-beta/netlify.toml

5 lines
193 B
TOML
Raw Normal View History

2019-08-09 05:13:13 +03:00
[build]
base = "examples/docs/"
publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_CACHE_DIR/elm\" && cd ../../ && npm run build && cd examples/docs && npm install && npm run build"