From 997e684709b6dfd70bdbf386e748421ea290bbdc Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 16:35:41 +0000 Subject: [PATCH] Update build-wrapper.sh --- build-wrapper.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/build-wrapper.sh b/build-wrapper.sh index e52b661..858ea67 100644 --- a/build-wrapper.sh +++ b/build-wrapper.sh @@ -1,15 +1,3 @@ #!/bin/bash - -# BUILD WRAPPER - Show real errors, fail properly -# This script tries multiple build strategies but FAILS if none work - -set -e # Exit on any error - -echo "🚀 Starting build..." - -# Try normal build first -echo "Attempting build with all checks..." +# Re-creating this file since the build command expects it and the original might be missing npm run build:normal - -echo "✅ Build succeeded!" -exit 0 \ No newline at end of file