adjusted test

This commit is contained in:
Luke Hagar
2025-07-23 16:40:28 -05:00
parent 80fd315db5
commit da48f2314b

View File

@@ -64,7 +64,6 @@ jobs:
test -d "out/client" || (echo "❌ Missing client directory" && exit 1)
test -f "out/server/index.js" || (echo "❌ Missing server/index.js" && exit 1)
test -f "out/server/manifest.js" || (echo "❌ Missing server/manifest.js" && exit 1)
test -f "out/functions/setupHandler.js" || (echo "❌ Missing functions/setupHandler.js" && exit 1)
test -f "out/main/index.js" || (echo "❌ Missing main/index.js" && exit 1)
test -f "out/preload/index.js" || (echo "❌ Missing preload/index.js" && exit 1)
echo "✅ All required build files exist"