diff --git a/netlify.toml b/netlify.toml index ca4ebf59..d8b31bde 100644 --- a/netlify.toml +++ b/netlify.toml @@ -26,3 +26,9 @@ publish = "/" command = "echo 'already built'" +# Production context: all deploys from the Production branch set in your site's +# deploy contexts will inherit these settings. +[context."V7-preview"] + publish = "/" + command = "npm run build" +