about summary refs log tree commit diff
path: root/netlify.toml
blob: e4d318ac1304d9b9324b309b3255c4624d7eab81 (plain)
1
2
3
[build]
	publish = "static"
	command = "cd test && npm install && npm run build"