loadable-components/netlify.toml
2019-02-05 23:27:01 +01:00

14 lines
458 B
TOML

# Global settings applied to the whole site.
#
# “publish” is the directory to publish (relative to root of your repo),
# “command” is your build command,
# “base” is directory to change to before starting build. if you set base:
# that is where we will look for package.json/.nvmrc/etc not repo root!
[build]
base = "website"
publish = "website/public"
command = "yarn build:pp"
[context.deploy-preview]
command = "yarn build"