From 274df98d1f696085d761dd5ed74c24106856d675 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 8 Oct 2025 12:17:26 -0700 Subject: [PATCH] commit hook handles this now --- scripts/deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0af1183..d7a5902 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,9 +14,6 @@ if [ -n "$(git status --porcelain)" ]; then exit 1 fi -bun run build -git commit -am "update build.js" - git push origin main git push gitea main