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

[context.deploy-preview]
  command = "npm run build-preview"