aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 3471397bbad05ff824ee4d8b26a2b1b6474ba671 (plain)
1
2
3
4
5
6
[build]
  command = "yarn build"
  publish = "dist"

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