Update build-wrapper.sh

This commit is contained in:
kleap-admin 2026-01-16 16:35:41 +00:00
parent 12972eda1e
commit 997e684709
1 changed files with 1 additions and 13 deletions

View File

@ -1,15 +1,3 @@
#!/bin/bash #!/bin/bash
# Re-creating this file since the build command expects it and the original might be missing
# 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..."
npm run build:normal npm run build:normal
echo "✅ Build succeeded!"
exit 0