From da0f65c36e603150116bf88ce71db426f8c9e486 Mon Sep 17 00:00:00 2001 From: Mitch MacKenzie Date: Sun, 20 Jul 2025 23:35:33 -0300 Subject: [PATCH] Netlify deploy issue --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index 3c719cfc8..4d228c131 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,3 +5,5 @@ from = "/*" to = "/.netlify/functions/index/:splat" status = 200 +[build] + command = "rm -rf .git && npm install" \ No newline at end of file