mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
6 lines
266 B
TOML
6 lines
266 B
TOML
[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"
|
|
ignore = "git diff --quiet HEAD^ HEAD `git rev-parse --show-toplevel`"
|