16 lines
315 B
TOML
16 lines
315 B
TOML
[build]
|
|
publish = "public/"
|
|
command = "yarn build"
|
|
functions = "functions/"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.68.3"
|
|
NODE_VERSION = "13.11.0"
|
|
NPM_VERSION = "6.13.7"
|
|
YARN_VERSION = "1.22.0"
|
|
|
|
[context.deploy-preview]
|
|
command = "yarn build:preview"
|
|
|
|
[context.branch-deploy]
|
|
command = "yarn build" |