Update build-wrapper.sh
This commit is contained in:
parent
12972eda1e
commit
997e684709
|
|
@ -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
|
|
||||||
Loading…
Reference in New Issue