mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
6 lines
273 B
TOML
6 lines
273 B
TOML
[build]
|
|
base = "examples/docs/"
|
|
publish = "dist/"
|
|
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`"
|