elm-pages/netlify.toml

5 lines
161 B
TOML

[build]
base = "examples/docs/"
publish = "examples/docs/dist/"
command = "cd ../../ && npm run build && cd examples/docs && npm install && npm run build"