generated from projects/testosmaximus
fix: update build script to check for dist/index.jsx instead of dist/index.js
This commit is contained in:
parent
78ab32c808
commit
bb26d5c255
2
push
2
push
@ -38,7 +38,7 @@ rm -rf dist
|
|||||||
npx --yes tsc
|
npx --yes tsc
|
||||||
|
|
||||||
# ✅ Confirm output exists
|
# ✅ Confirm output exists
|
||||||
if [ ! -f dist/index.js ]; then
|
if [ ! -f dist/index.jsx ]; then
|
||||||
echo "❌ ERROR: Build failed. dist/index.js not found."
|
echo "❌ ERROR: Build failed. dist/index.js not found."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user