static-cms/website/netlify.toml

8 lines
135 B
TOML
Raw Normal View History

2019-09-27 19:39:28 -04:00
[build]
base = "website/"
command = "yarn install && yarn build"
2019-09-27 20:20:21 -04:00
publish = "dist/"
2019-09-27 19:39:28 -04:00
[build.environment]
NODE_VERSION = "8"