diff --git a/netlify.toml b/netlify.toml index 8c39121..f18db93 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,12 @@ [template.environment] WORDPRESS_URL = "WordPress URL without trailing slash. http://example.com" STRIPE_PUBLISHABLE_KEY = "Stripe Publishable Key" + + +[build] + command = "npm run generate" + publish = "dist" + [[headers]] for = "*.js" # js files should be set this way