elm-pages-v3-beta/netlify.toml

6 lines
273 B
TOML
Raw Normal View History

2019-08-09 05:13:13 +03:00
[build]
base = "examples/docs/"
publish = "dist/"
2020-06-06 20:22:11 +03:00
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && cd ../../ && npm run build && cd examples/docs && npm install && npm run build"
ignore = "git diff --quiet HEAD^ HEAD `git rev-parse --show-toplevel`"