aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 6186f08d917fd166afb0f80c369014fe4e14802b (plain)
1
2
3
4
5
6
7
8
[build]
  command = "yarn build"
  publish = "dist"
[build.environment]
  YARN_VERSION = 0.27.5

[context.deploy-preview]
  command = "yarn build-preview"