From 315ebf0c5974508cf3e9c9738b9ec0f0d67597c7 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Tue, 18 Jan 2022 06:53:53 +1100 Subject: [PATCH] Force netlify build builds are being canceled even though there are changes --- app/netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/netlify.toml b/app/netlify.toml index 658ce19..b4af42d 100644 --- a/app/netlify.toml +++ b/app/netlify.toml @@ -2,6 +2,7 @@ command = "yarn rw deploy netlify" publish = "web/dist" functions = "api/dist/functions" +ignore = "false" [dev] # To use [Netlify Dev](https://www.netlify.com/products/dev/),