diff --git a/netlify.toml b/netlify.toml index d6801e5..fa73fe1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,5 @@ [template.environment] - GQL_HOST = "WordPress URL http://example.com" \ No newline at end of file + GQL_HOST = "WordPress URL http://example.com" + +[build] + command = "npm run generate" \ No newline at end of file