mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
5 lines
161 B
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"
|