From 87696a2e6c3f3652740045bd84e72c2a88dd77b1 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 6 Oct 2024 17:27:16 +0800 Subject: [PATCH] Fixed --- src/static/app/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/static/app/build.sh b/src/static/app/build.sh index 171b801..82cea4e 100755 --- a/src/static/app/build.sh +++ b/src/static/app/build.sh @@ -8,8 +8,6 @@ else echo "Vite build failed. Exiting." exit 1 fi - -# Step 2: Check for changes and commit echo "Checking for changes to commit..." if git diff-index --quiet HEAD --; then echo "No changes to commit. Skipping commit."