Make sure netlify build command copes the config.yml

This commit is contained in:
Mathias Biilmann Christensen 2016-12-23 15:51:59 -08:00
parent ff6bfe3789
commit 8509b11104

View File

@ -1,3 +1,3 @@
[build] [build]
Command = "npm run build" Command = "npm run build && cp example/config.yml dist/config.yml"
Publish = "dist" Publish = "dist"