From 5d3f870841fce90033bd93baf6016ae290466bb8 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sun, 3 Jan 2021 19:27:01 +0100 Subject: [PATCH] Update netlify.toml --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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" +