tuist/netlify.toml

4 lines
125 B
TOML
Raw Normal View History

2019-04-22 13:17:46 +08:00
[build]
base = "docs"
2019-04-22 13:18:45 +08:00
command = "rm -rf node_modules && yarn install && yarn docz:build"
2019-04-22 13:17:46 +08:00
publish = "docs/.docz/dist"