From 6eb7261f41f80f994485b09ae2c5ae90f20862eb Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sun, 3 Jan 2021 19:57:10 +0100 Subject: [PATCH] Update netlify.toml --- netlify.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index ca4ebf59..98f65bcd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,12 +16,18 @@ # 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" + +[context."release-v6.0.0"] + publish = "/" + command = "echo 'branch release-v6.0.0 already built'" + [context."release-v5.1.0"] publish = "/" command = "echo 'branch release-v5.1.0 already built'" -# Production context: all deploys from the Production branch set in your site's -# deploy contexts will inherit these settings. [context.master] publish = "/" command = "echo 'already built'"