aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 341dad6ced4892a73a8f2b43e339b045fa6525df (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"