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

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