mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-27 05:44:17 +03:00
5 lines
193 B
TOML
5 lines
193 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"
|