Skip to content

Commit

Permalink
Add build command to Netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Mar 2, 2023
1 parent ab60511 commit cbab352
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[template.environment]
GQL_HOST = "WordPress URL http://example.com"
GQL_HOST = "WordPress URL http://example.com"

[build]
command = "npm run generate"

0 comments on commit cbab352

Please sign in to comment.