Skip to content

Commit d10aa4a

Browse files
committed
fix: remove exit on missing modules to allow build to continue
1 parent 0ea4e55 commit d10aa4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if [ -d "../modules" ]; then
1717
echo "Modules copied successfully."
1818
else
1919
echo "Warning: ../modules directory not found. No modules were copied."
20-
exit 1
2120
fi
2221

2322
echo "Build process completed successfully!"

0 commit comments

Comments
 (0)