Skip to content

Commit

Permalink
Make sure netlify build command copes the config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Dec 23, 2016
1 parent ff6bfe3 commit 8509b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
Command = "npm run build"
Command = "npm run build && cp example/config.yml dist/config.yml"
Publish = "dist"

0 comments on commit 8509b11

Please sign in to comment.