From be31456a9bdf25f15136534427063de440113da6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 19 Jun 2025 16:30:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5f0d31..2c20c09 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "react-router dev --host", "start": "react-router-serve ./build/server/index.js", "typecheck": "react-router typegen && tsc", - "deploy": "netlify deploy --prod --dir=./build/client --message=\"Deploy to Netlify from Forgejo\" --site=$NETLIFY_SITE_ID --auth=$NETLIFY_AUTH_TOKEN" + "deploy": "netlify deploy --prod --dir=./build/client --message=\"Deploy to Netlify from Forgejo\" --site=$NETLIFY_SITE_ID --auth=$NETLIFY_AUTH_TOKEN --no-build" }, "dependencies": { "@marsidev/react-turnstile": "^1.1.0",