portails/netlify.toml

16 lines
315 B
TOML
Raw Normal View History

2020-04-15 15:48:16 +02:00
[build]
publish = "public/"
command = "yarn build"
functions = "functions/"
[build.environment]
2020-04-15 20:17:05 +02:00
HUGO_VERSION = "0.69.0"
2020-04-15 15:48:16 +02:00
NODE_VERSION = "13.11.0"
NPM_VERSION = "6.13.7"
2020-04-15 20:17:05 +02:00
YARN_VERSION = "1.22.4"
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"