2020-04-15 15:48:16 +02:00
|
|
|
[build]
|
|
|
|
publish = "public/"
|
|
|
|
command = "yarn build"
|
|
|
|
functions = "functions/"
|
|
|
|
|
|
|
|
[build.environment]
|
2020-04-15 19:51:06 +02:00
|
|
|
HUGO_VERSION = "0.68.3"
|
2020-04-15 15:48:16 +02:00
|
|
|
NODE_VERSION = "13.11.0"
|
|
|
|
NPM_VERSION = "6.13.7"
|
2020-04-15 19:51:06 +02:00
|
|
|
YARN_VERSION = "1.22.0"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
|
|
|
command = "yarn build:preview"
|
|
|
|
|
|
|
|
[context.branch-deploy]
|
2020-04-15 19:51:06 +02:00
|
|
|
command = "yarn build"
|