From cbab352c99c499d44c1124ffd74ebfdd56ae0893 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Thu, 2 Mar 2023 20:42:49 +0000 Subject: [PATCH] Add build command to Netlify.toml --- netlify.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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