mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
14 lines
458 B
TOML
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" |